aboutsummaryrefslogtreecommitdiff
path: root/src/commands/fun/dice.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/dice.ts')
-rw-r--r--src/commands/fun/dice.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/commands/fun/dice.ts b/src/commands/fun/dice.ts
index 74f387e..2f96e1c 100644
--- a/src/commands/fun/dice.ts
+++ b/src/commands/fun/dice.ts
@@ -5,11 +5,9 @@ export default class EightBallCommand extends BushCommand {
super('dice', {
aliases: ['dice', 'die'],
category: 'fun',
- description: {
- content: 'Roll virtual dice.',
- usage: ['dice'],
- examples: ['dice']
- },
+ description: 'Roll virtual dice.',
+ usage: ['dice'],
+ examples: ['dice'],
clientPermissions: (m) => util.clientSendAndPermCheck(m),
userPermissions: [],
slash: true