- MongoDB support
- Slash command support
- Auto welcome message on guild join
- Pre coded commands to make development faster
- Pre sharded bot ( for accurate user count and ease of guild growth )
- DockerFile for even quicker docker support our of the box
- Info
- Dynamic Help command!
- Info command for bot stats
- Ping command for Message and Websocket latency
- Util
- About command for explaining the bot ( setup with a draft of the template )
- Dynamic invite command which genorates based on the bot ID and required permissions ( set in ENV )
- License command for explaining the lisence terms
You can do that by using our prebuilt docker image!
-
Install Git
-
Install Node.js
-
Create a Discord Application and get the bot token from there
-
Invite the bot using the link available in the OAuth2 page
-
Clone the repo using
git clone
-
On the folder of the repo, use
npm install
to transfer the necessary packages. -
Create a
.env
file with the following:DISCORD_TOKEN=
- this is where you put your bot token obtained on 3.PREFIX=
- a prefix like!
PERMISSIONS
- a permission integer from your developer page for the botEXPERIMENTAL
- this must be eitheryes
orno
MONGOOSESTRING
- this can be left blank if mongoDB is not going to be used -
Run the bot using
node shard.js
ornpm run start
( If you want it to restart when you make a change usenpm run test
)You should see a
Ready!
message when the bot is ready to accept commands. You can try usingping
for that. -
You're done!
- Discord.js - The Discord Library
- Node.js - JavaScript Runtime
- Docker - Containerization Solution
Do you have any good idea? Do you wanna contribute in building new features? Look into the Issues panel and check our current stuff. Everyone is welcome to participate on the project.
Or jump into our discord server! We would love to see your ideas and hear how you have used this template!
- CaldeiraG
- Brayd ( OnlyTunes )
MIT License
Copyright (c) 2021 OnlyTunesRadio
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.