Asean BTE Merlion Discord bot
For Contributors please see Our Code Of Conduct and Our Contributing guide
Authors: Association of Southeast Asian Nations Build The Earth
This discord bot was originally made for Asean build the earth. Bot had many basic features such as. Getting covid data and getting info if a mc server is online or not
Follow this steps
- clone this repository to your pc/laptop
- cd to the folder
- run
npm ci
, thennpm start
.
Follow this steps
1. for this repos only, you'll need to create your discord bot to test out the code. (to create add new bot at discord devs portal)
2. run npm ci
, thennpm start
. to initialize project
3. see .env.example.js, create a copy of it with the name `.env`. and convert to .env syntax and fill the data listed
const env = { // discord bot token "TOKEN":"YOUR_BOT_TOKEN", // database auths "DB_USER":"USERNAME", "DB_PASS":"PASSWORD", "DB_NAME":"abase", }
# discord bot token TOKEN = tHIsiIexAMpLeDisCodEboT.TokEn # database auths DB_USER = Herbol DB_PASS = iLovePizza DB_NAME = MyDatabase
4. invite the bot to your private discord server or whatever
5. run the bot (by `node .` in the console)
6. now you can try out your bot's code and do any edit you want!
node.js V16.8.0 or above
npm V7.21.0 or above
discord.js V13.0.0 or above
requirements guide
/home/me/my-bot
ββ πassets
ββ πcommands
β ββ πcategory
β ββ my_command.js
β
ββ πsrc
β ββ πdata
β ββ πlib
β ββ πlisteners
β ββ πpreconditions
β ββ index.js
β
ββ πutility
ββ πpackage.json |
non-code storage folder
<wip>
discord interaction commands directory
<wip>
directory of internal stuff
<wip>
non-code storage folder
<wip>
utility library
<wip>
global interaction manager
<wip>
command condition detector
<wip>
utility function/logic
<wip>
Join our discord! here
See our Instragram here
See our Youtube here
- Developer team of ASEAN BTE Discord
- ASEAN BTE is team of Southeast Asian Countries thats part of the Build The Earth project
- We develop discord bot named Merlion here. This bot helps organize the discord server and such
- We need help ;w;