mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'arrow',
|
||||
description: 'Engage in a trademarked activity and throw an arrow at a trash can',
|
||||
async execute(message, args) {
|
||||
async execute(message, args, Discord, Client, bot) {
|
||||
let counter = 0;
|
||||
arrow = '>';
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user