Skip to content

Commit

Permalink
removed discrimintor (#xxxx-Number) from usernames in /about
Browse files Browse the repository at this point in the history
  • Loading branch information
filip326 committed Aug 11, 2023
1 parent 65c9d72 commit 31dd242
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/action/infoMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ export async function about (client: Client, interaction: CommandInteraction, lo
'Um zu sehen, was ich alles kann, nutze einfach /help.\n\n**__Meine Entwickler:__**')
// .setThumbnail('https://i.imgur.com/AfFp7pu.png')
.addFields(
{ name: 'heeecker', value: '<@768872955500953710>\nheeecker#5770', inline: true },
{ name: 'oglimmer', value: '<@441658607818375183>\noglimmer#4256', inline: true },
{ name: 'Christian.sh', value: '<@779419763938951228>\nChristian.sh#2486', inline: true },
{ name: 'Mickhat', value: '<@226223176269561857>\nMickhat#1337', inline: true },
{ name: 'heeecker', value: '<@768872955500953710>\nheeecker', inline: true },
{ name: 'oglimmer', value: '<@441658607818375183>\noglimmer', inline: true },
{ name: 'Christian.sh', value: '<@779419763938951228>\nchristian.sh', inline: true },
{ name: 'Mickhat', value: '<@226223176269561857>\nmickhat', inline: true },
{ name: '\u200B', value: '\u200B' },
{ name: 'Github Build:', value: buildInfo },
{ name: 'Github Repo:', value: 'https://github.com/Mickhat/FloBot' }
Expand Down

0 comments on commit 31dd242

Please sign in to comment.