Skip to content
/ Cogent Public
forked from ddinan/tsuyo

A light-weight modular Discord bot built with DiscordJS

License

Notifications You must be signed in to change notification settings

Vilot/Cogent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A light-weight modular Discord bot built with DiscordJS.

Features

  • Currency system
  • Fun games and commands
  • Moderation and logging
  • Helpful community and quality support

Installation:

A couple of dependencies you will need: NodeJS - A JavaScript runtime, it also has NPM built-in.

Once NodeJS is installed, install the npm dependencies. For example; the code below will install the discord.js package.

  • npm install discord.js

Do this for each package in package.json.

Now that the hard part is over, installation is a simple as a couple of clicks (and patience depending on your internet speed). Simply download the latest release .zip from here, extract and run run.bat and you're done, it's that easy!

Configuration:

By default, the only thing you will need to edit in config.json is the bot's token. If you're not sure on how to get a bot token, you can follow the tutorial made by our friends over at Reactiflux.

{
"bot_name": "Cogent",
"prefix": "/",
"token": "SEE-ABOVE-IF-NOT-SURE",

"loaded_msg": "Bot loaded.",
"active_msg": "Cogent | /help",
"error_msg": "There was an error trying to use that command.",

"default_role": "welcome",
"mod_role": "Moderator",
"log_channel": "logs",
"welcome_channel": "general"
}

Optionally, you can edit the other stuff too. If you're not sure what an option means, feel free to take a peak here.

Commands:

A full list of commands and how to use them can be found here as well as a guide to making your own commands.

Contributing guidelines:

Due to the extremely long amount of text, you can find information on editing files, pull requests, merge requests and issues here.

Don't want to host the bot yourself?

We have a public instance of the bot which you can add to your Discord here.

Didn't answer your question?

Why not join the official Cogent Bot Discord? With lots of things to do and loads of members to chat with, it's one of the most friendly places on the internet... sorta.

About

A light-weight modular Discord bot built with DiscordJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%