Skip to content

A very simple discord bot to list channels in a server

License

Notifications You must be signed in to change notification settings

Yamboy1/list-channels-bot

Repository files navigation

list-channels-bot

View this on Github Packages

A very simple discord bot to list channels in a server

Installation

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

Manual Install

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

Running the bot

Docker

docker run -it list-channels-bot -e TOKEN=your_token_here

Manual Install

Ensure you are in the list-channels-bot directory from before.

TOKEN=your_token_here node index.js

Commands

!list - Create a list of channels in the server

Enjoy the bot :)

License

This bot is licensed under the MIT License

Credits

Thanks to brockbreacher for the idea for this bot.

About

A very simple discord bot to list channels in a server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages