Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit db9a4ac

Browse files
author
Matthew Ray
committed
Add Carti's Command
1 parent ebb2660 commit db9a4ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

commands/carti.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
exports.run = async (client, message) => {
2+
const msg = message.channel.send('Loading the Carti...');
3+
msg.edit('The Carti gun has been loaded and is ready to ban, pew pew.');
4+
};
5+
6+
exports.conf = {
7+
enabled: true,
8+
guildOnly: false,
9+
aliases: [],
10+
permLevel: 'Standard User'
11+
};
12+
13+
exports.help = {
14+
name: 'carti',
15+
category: 'Fun',
16+
description: 'Just, Carti tbh.',
17+
usage: 'carti'
18+
};

0 commit comments

Comments
 (0)