From 8f924ed0dd66230665ec95b22bd2b579dff5b847 Mon Sep 17 00:00:00 2001 From: Helixu Date: Tue, 23 Nov 2021 15:18:33 +0000 Subject: [PATCH] Remove the random bullshit, and made bonk say username instead of pinging them --- a | 0 index.js | 2 +- led.py | 11 ----------- note | 1 - 4 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 a delete mode 100644 led.py delete mode 100644 note 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