This bot includes all original maykBot features (much faster), but is still in development. Basic usage already available.
This bot was created to help the mayk students get all the useful information easily, quickly and in one, single place.
The bot uses slash commands and discord.js@13.8.1.
- Install the necessary packages using
npm install
- Create the
.env
file and add the following (see.env.example
):
TOKEN=sometoken
WEATHER_API_KEY=someapi
HSL_KEY=someotherapi
# channel/role ids
SUGGESTIONS_CHANNEL_ID=123456789123456789
WELCOME_CHANNEL_ID=123456789123456789
GUILD_ID=123456789123456789
LOG_CHANNEL_ID=123456789123456789
MEMBER_ROLE_ID=123456789123456789
- Enjoy!