diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-15 19:35:41 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-15 19:35:41 +0100 |
commit | e7f6a1396ebbeb46025b3daa121cb1c9f44497b9 (patch) | |
tree | 19659bd3fc79a9b5b11ee8dee3659d12a3351dbf | |
parent | Bot: Add autoTotem plugin (diff) | |
download | 2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.tar.gz 2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.tar.bz2 2bored2walk-e7f6a1396ebbeb46025b3daa121cb1c9f44497b9.zip |
Misc: Add TODO
-rw-r--r-- | src/main.ts | 1 |
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) |