View this on Github Packages
A very simple discord bot to list channels in a server
Obtain your bot token from https://discord.com/developers/applications. This will be needed when running the bot.
Using Docker
docker pull ghcr.io/yamboy1/list-channels-bot
Ensure you have a recent version of nodejs installed, and yarn.
git clone https://github.com/Yamboy1/list-channels-bot/
cd list-channels-bot
yarn
docker run -it list-channels-bot -e TOKEN=your_token_here
Ensure you are in the list-channels-bot
directory from before.
TOKEN=your_token_here node index.js
!list - Create a list of channels in the server
Enjoy the bot :)
This bot is licensed under the MIT License
Thanks to brockbreacher for the idea for this bot.