aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/ping.ts
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-06-19 11:31:36 -0600
committerTymanWasTaken <tyman@tyman.tech>2021-06-19 11:31:36 -0600
commit873123996889c824c7d52785b7cf2903372b71a5 (patch)
tree00e811e9e9a43f030d6edc6e67f7064b04e37bc1 /src/commands/info/ping.ts
parentd055e0dbb86ef7fd4ee96a1531b51181e825fb4b (diff)
downloadtanzanite-873123996889c824c7d52785b7cf2903372b71a5.tar.gz
tanzanite-873123996889c824c7d52785b7cf2903372b71a5.tar.bz2
tanzanite-873123996889c824c7d52785b7cf2903372b71a5.zip
fix: Use latest features of akairo fork
Diffstat (limited to 'src/commands/info/ping.ts')
-rw-r--r--src/commands/info/ping.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/info/ping.ts b/src/commands/info/ping.ts
index feb48ad..9b3b67b 100644
--- a/src/commands/info/ping.ts
+++ b/src/commands/info/ping.ts
@@ -11,7 +11,8 @@ export default class PingCommand extends BushCommand {
content: 'Gets the latency of the bot',
usage: 'ping',
examples: ['ping']
- }
+ },
+ slash: true
});
}