Skip to content

ZerioDev/Discord-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-template

A sample code to start your first Discord bot 🤖

If you need help, information or anything else with this project you can join the help server by just clicking here.

⚡ Installation

To use this project you must have Node.js.

Create a new application in the Discord developer portal.

Complete the configuration file as follows :

module.exports = {
    app: {
        token: ''
    },

    data: {
        prefix: '',
        activity: ''
    }
};

Change the token in the section app > token.

Change the prefix and activity of the bot in the section data.

Install the necessary modules with npm install in a command prompt (and in the bot folder).

Start your bot with node index.

☕ Credits

This project is currently maintained by ZerioDev. If you want to be listed as a contributor you will have to contribute to the project.

Don't forget to leave a star if you like this project.

About

A simple template for your Discord bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published