Skip to content

Commit

Permalink
Add discrim to user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Mar 19, 2024
1 parent 26703a8 commit d2ef82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public suspend fun Kord.kordExUserAgent(): String {
return buildString {
append("Kord Extensions $KORDEX_VERSION ")
append("/ Application: ${application.name} (${application.id}) ")
append("/ Bot: ${self.username} (${self.id}) ")
append("/ Bot: ${self.tag} (${self.id}) ")
append("/ Contacts: ")

if (application.ownerId != null) {
Expand Down

0 comments on commit d2ef82c

Please sign in to comment.