diff --git a/a b/a deleted file mode 100644 index e69de29..0000000 diff --git a/index.js b/index.js index e157bf3..229fd58 100644 --- a/index.js +++ b/index.js @@ -137,7 +137,7 @@ client.on("interactionCreate", (int) => { var mem2 = int.guild.members.cache.get(int.options.getUser("user").id); mem2.kick(int.options.getString("reason")); } else if(int.commandName == "bonk"){ - int.reply("<@!" + int.options.getUser("user").id + "> "); + int.reply(`*${int.user.username} bonked ${int.options.getUser("user").username}* `); } } }); diff --git a/led.py b/led.py deleted file mode 100644 index 1539a43..0000000 --- a/led.py +++ /dev/null @@ -1,11 +0,0 @@ -import RPi.GPIO as GPIO -import time -GPIO.setmode(GPIO.BOARD) -GPIO.setup(7, GPIO.OUT) -# loop through 50 times, on/off for 1 second -for i in range(50): - GPIO.output(7,True) - time.sleep(1) - GPIO.output(7,False) - time.sleep(1) -GPIO.cleanup() diff --git a/note b/note deleted file mode 100644 index d3c7d5a..0000000 --- a/note +++ /dev/null @@ -1 +0,0 @@ -Muahahahahahhahah