diff options
| author | 8cy <[email protected]> | 2020-10-01 18:16:36 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-10-01 18:16:36 -0700 |
| commit | 0f4d9fd6666b72e8adac3fc50e15ce2340277e4a (patch) | |
| tree | 3ab0560a3ae9d00404c529fd348151af8c4a1fc0 /server/src/commands/bot/Info.ts | |
| parent | fix: json typos, feat: utils (diff) | |
| download | dep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.tar.xz dep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.zip | |
maintainence: change urls and name
Diffstat (limited to 'server/src/commands/bot/Info.ts')
| -rw-r--r-- | server/src/commands/bot/Info.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/bot/Info.ts b/server/src/commands/bot/Info.ts index cda8f7a..577218c 100644 --- a/server/src/commands/bot/Info.ts +++ b/server/src/commands/bot/Info.ts @@ -54,7 +54,7 @@ export default class InfoBot extends Command { [\`Discord.js\`](https://discord.js.org/#/): ${djsversion} `, true) .addField('`👧` Lead Developer', (await this.client.fetchApplication()).owner!.toString(), true) - .setFooter(`For more information about ${this.client.users.resolve(owners[0]).tag}, use ${this.client.commandHandler.prefix}sin`, + .setFooter(`For more information about ${this.client.users.resolve(owners[0]).tag}, use ${this.client.commandHandler.prefix}fuwn`, `${this.client.users.resolve(owners[0]).avatarURL()}`); return msg.channel.send(embed); } |