mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-05 23:06:14 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'EC',
|
||||
name: 'extracredit',
|
||||
description: "Selmer Bot Dm's you for some *AHEM* extra credit",
|
||||
execute(message) {
|
||||
execute(message, args, Discord, Client, bot) {
|
||||
let dm;
|
||||
let num = Math.floor(Math.random() * 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user