Skip to content

Cogmasters/cogmaster-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cogmaster-bot

Bot for the Cogmasters server.

Getting Started

  1. Get concord by following its installation steps
  2. Edit config.json and match its fields to your guild and bot primitives
  3. Head to listeners/ and follow its guide to activate the interaction listeners
  4. Build the bot
$ make
  1. Finally, run the bot
$ ./main

Features

Rubber duck channel

A special channel that users may create to have their own space where they may ask for specialized help in their projects, or simply throw their developer thoughts to.

/mychannel action - Moderation commands for your channel

/mychannel configure - Configure your channel

/mychannel delete - Delete your channel

Project outline

.
├── config.json    # The client primitives
├── interactions/  # Logic for client reaction to interactions
└── listeners/     # Activate / Update Interaction listeners

Releases

No releases published

Packages

No packages published