/BotMyst

BotMyst is a general-purpose utility bot for Discord.

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

BotMyst

a cool Discord utility bot written in Typescript

BotMyst is a general-purpose utility bot originally conceptualized by CodeMyst. This is a rewrite of the bot in Typescript.

Building & running

The bots configuration is managed by dotenv.

When you open the project, you will see a .example.env file. You need to rename it to just .env. The only fields that are essential for running the bot are token and prefix.

token is your bots token that can be acquired from the discord developer portal.

botspam is the channel the bots commands are restricted to. Change this to None if you want to use the bot anywhere.

TOKEN:  Token Goes Here
PREFIX: Prefix Goes Here

After you are done with the configuration, a local instance of the bot can be hosted by using

npm run start

Disclaimer

CodeMyst is not responsible for the maintaining or development of this project any longer. Any issues or queries should be sent straight to me.