diff options
| author | 8cy <[email protected]> | 2020-07-26 03:44:26 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-26 03:44:26 -0700 |
| commit | 78914a4a5219dd6f7c251a23a6271c407c40d264 (patch) | |
| tree | af234a0f0fabd59b5ae7e7c30dd597ec2ecf47a4 /server/src | |
| parent | combo: stuff (diff) | |
| download | dep-core-78914a4a5219dd6f7c251a23a6271c407c40d264.tar.xz dep-core-78914a4a5219dd6f7c251a23a6271c407c40d264.zip | |
improvment: bold and tag darling check
Diffstat (limited to 'server/src')
| -rw-r--r-- | server/src/commands/anime/Darling.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/anime/Darling.ts b/server/src/commands/anime/Darling.ts index 5b5a7bb..286255b 100644 --- a/server/src/commands/anime/Darling.ts +++ b/server/src/commands/anime/Darling.ts @@ -68,7 +68,7 @@ export default class DarlingAnime extends Command { return msg.channel.send(`I already have a darling! It's **${guild.username}**! To set a new darling, either the current darling or the guild owner has to do \`${this.client.commandHandler.prefix}darling remove\`.`); } else if (type === 'check') { //@ts-ignore - return msg.channel.send(`My darling is ${guild.username}.`); + return msg.channel.send(`My darling is **${msg.guild.members.resolve(guild.userID).user.tag}**.`); } } else if (!guild) { if (type === 'remove') { |