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

Commit

Permalink
Add Carti's Command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Oct 14, 2018
1 parent ebb2660 commit db9a4ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions commands/carti.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
exports.run = async (client, message) => {
const msg = message.channel.send('Loading the Carti...');
msg.edit('The Carti gun has been loaded and is ready to ban, pew pew.');
};

exports.conf = {
enabled: true,
guildOnly: false,
aliases: [],
permLevel: 'Standard User'
};

exports.help = {
name: 'carti',
category: 'Fun',
description: 'Just, Carti tbh.',
usage: 'carti'
};

0 comments on commit db9a4ac

Please sign in to comment.