summaryrefslogtreecommitdiff
path: root/server/src/commands/mod/Ban.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/mod/Ban.ts')
-rw-r--r--server/src/commands/mod/Ban.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/commands/mod/Ban.ts b/server/src/commands/mod/Ban.ts
index 18060c4..1c86bfd 100644
--- a/server/src/commands/mod/Ban.ts
+++ b/server/src/commands/mod/Ban.ts
@@ -10,8 +10,8 @@ export default class BanMod extends Command {
content: 'Ban a specified user from the server.',
usage: '[user] [reason(s)]',
examples: [
- '@sin#1337',
- '@sin#1337 too cool'
+ '@fun#1337',
+ '@fun#1337 too cool'
]
},
ratelimit: 3,