Draconian Discord bot is an epic multi-purpose bot, which is very powerful and contains rich functions below.
Please invite me here!
點擊這裏閱讀 Discord 機器人中文教程 :)
Draconian Discord Bot offers:
- 🔋 24/7 Full Uptime with high stability
- 😃 Easy to use
- ⚙ Per-Server Settings
- 👍 Fast command responses
- 👮 Powerful Moderation Commands
- 🎉 Giveaways Commands
- 📁 Persistent Database based in
Enmap
- ⚽ Slash Commands
- 🚀 Support for different languages(Coming Soon)
We have more than 80 commands in this bot, and they are featured and having 8 main categories
- ⚙ Customization Functions:
setprefix
and more coming soon! - 🎁 Giveaways:
gstart
,gend
,greroll
- 📁 Info:
help
,uptime
,vote
,channel
,stats
,whois
, and 5 more! - 🌠 Images:
cat
,changemymind
,gay
,trigger
,circle
, and 7 more! - ⚽ Fun:
8ball
,reverse
,snipe
, and 4 more! - 🎵 Music:
play
,loop
,skip
,stop
,jumpto
,volume
, and 4 more! - 🔒 Moderation:
ban
,kick
,warn
,mute
,createchannel
,createemoji
, and 9 more! - 🔌 Utility:
weather
,aes256
,embed
,enlarge
, and 4 more!
If met any issues, go here to report bug and create new issue for supporting
Draconian Made by Koolisw, project Here
Requirement:
- Node.js v12.x or upper
- Python (For Advanced Music feature)
Reminders:
- If you are not using Discord Bot lists and top.gg, delete files from
handlers/dbl-loader.js
/events/dbl/all-files
and removes all codes from index.js with//
- If you are using Top.gg bot lists API, u need to delete
//
from commands lines from index.js - If you are not using .env supported hosters, please add code
require('dotenv').config()
to the top of the code fromindex.js
,shard.js
and other place are needed to useprocess.env.(stuff)
- To get Draconian ready to run locally, the first step is to clone this repository onto the machine you wish to run it on.
- Node.js version 12 or newer is recommended to run Draconian since we are using Discord.js v12
- Use NPM to install the dependencies from the project folder:
npm install
- Edit/create the file
.env
(or your hoster's provided environment secret) and insert your bot token inTOKEN
value. - Start the bot from the project folder:
node shard.js
- Open
http://localhost:8080/
or your project URL to view the http output.