about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-15 19:35:41 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-15 19:35:41 +0100
commite7f6a1396ebbeb46025b3daa121cb1c9f44497b9 (patch)
tree19659bd3fc79a9b5b11ee8dee3659d12a3351dbf
parentBot: Add autoTotem plugin (diff)
download2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.tar.gz
2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.tar.bz2
2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.zip
Misc: Add TODO
-rw-r--r--src/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ts b/src/main.ts
index 8e87abc..aa01840 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -21,6 +21,7 @@ const discordToken: string = process.env.DISCORD_TOKEN as string
 //TODO antiafk mineflayer plugin NEED autoeeat
 //maybe not need to merge, check if end. to diconnect from proxy make a command or somethin
 //todo maybe fix fall damage antihunger
+//TODO: make it take command messages?
 
 function sendMessageToChannel(message: string) {
   const channel = discordClient?.channels.cache.get(discordChannelId)