This bot is designed to help every members in your discord server, with multiple useful features range from information command such as showing weather forecast and air quality index to voice chat logging command for server admin. It is still under developping some features might change from time to time, current commands are shown as follows.
- mute command
- ping bonk command
- add censor words
- user & server info
- reminder command
(switching to database system)
- air quality index command
- weather forecast command
- social credit score system
(meme)
- foreign exchange command
- embed message command
useful for important post
- vote & poll command
(user friendly)
- setting commands for emoji, reddit post channel and keyword triggers
- voice chat logging
- urban dictionary webcrawler command
- for non-nitro user to use animated emojis (format:
:emoji-name:
) - reddit top post notification
npm install
(linux user may need to runsudo apt-get install build-essential
first)- run
dbInit.js
andjsonInit.js
- setup mute role and put role name in
config.json
- add bot owner id to
config.json
- create
.env
as follows
TOKEN=your-bot-token
AQI_KEY=air-quality-index-token-here
WEATHER_KEY=open-weather-data-api-key
CLIENT_ID=bot-client-id
GUILD_ID=discord-server-id
- run
bot.js