diff options
| author | 8cy <[email protected]> | 2020-04-29 14:42:03 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 14:42:03 -0700 |
| commit | 9b2ab3b7a29983beba6908644a69925fd7adf253 (patch) | |
| tree | 2d62bbe56895bf1349b86f89d021d0ce67f6a608 /src/commands/bot/joinmessage.ts | |
| parent | formatting, blacklists, v9.0.1 (diff) | |
| download | dep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.tar.xz dep-core-9b2ab3b7a29983beba6908644a69925fd7adf253.zip | |
add contact cmds, qol updates/ formatting, v9.1.0
Diffstat (limited to 'src/commands/bot/joinmessage.ts')
| -rw-r--r-- | src/commands/bot/joinmessage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/joinmessage.ts b/src/commands/bot/joinmessage.ts index a98bee5..ed974fd 100644 --- a/src/commands/bot/joinmessage.ts +++ b/src/commands/bot/joinmessage.ts @@ -8,7 +8,7 @@ module.exports = class InviteBot extends Command { aliases: ['joinm', 'mjoin', 'joinmsg'], group: 'bot', memberName: 'joinmessage', - description: 'Resends the message which the bot sends when initially joining a server, however, this one doesn\'t go to the guild owner.', + description: 'Resends the message which the bot sent when initially joining a server, however, this one does NOT get sent to the guild owner.', examples: [ 'uwu!joinmessage', 'uwu!joinm', |