Skip to content

n00bsaiboth/discord-bot

Repository files navigation

Simple Discord Bot

This simple Discord bot is based on discordjs.guide. Actually, it doesn't do much, but it's still a Discord bot.

Edit config file

Of course you need configs or an API, so you need to create config.json file to the project root. It is as follows,

{
    "clientId": "<clientId>",
    "guildId": "<guildId>",
    "token": "<token>"   
}

You can get this information from Discord.

Source code and the demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published