aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-09 22:34:44 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-09 22:34:44 -0400
commit7889489b0a959e6097db2fd17065e4a36f8be6b3 (patch)
tree600cdea7fdd8e018c2b1bc3cd41b1be428bdc2a5 /src
parente3de9c87d158067f34ade1830824c19eb268461b (diff)
downloadtanzanite-7889489b0a959e6097db2fd17065e4a36f8be6b3.tar.gz
tanzanite-7889489b0a959e6097db2fd17065e4a36f8be6b3.tar.bz2
tanzanite-7889489b0a959e6097db2fd17065e4a36f8be6b3.zip
now stfu nopo
Diffstat (limited to 'src')
-rw-r--r--src/commands/moderation/unban.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/unban.ts b/src/commands/moderation/unban.ts
index 5025ede..a319ff9 100644
--- a/src/commands/moderation/unban.ts
+++ b/src/commands/moderation/unban.ts
@@ -76,7 +76,7 @@ export default class UnbanCommand extends BushCommand {
case 'error creating modlog entry':
return `${util.emojis.error} While unbanning **${user.tag}**, there was an error creating a modlog entry, please report this to my developers.`;
case 'user not banned':
- return `${util.emojis.warn} **${user.tag}** but I tried to unban them anyways.`;
+ return `${util.emojis.warn} **${user.tag}** is not banned but I tried to unban them anyways.`;
case 'success':
return `${util.emojis.success} Successfully unbanned **${user.tag}**.`;
}