Skip to content

hppeng-wynn/ThreadBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Thread creation bot for managing bug-repots

To get it working, create a json file called 'config.json' at the src directory and add the following::

{
    "token": "<YOUR_BOT_TOKEN>",
    "bug_channel": "<BUG_REPOTS_CHANNEL_NAME>",
    "clientId": "<BOT_CLIENT_ID>"
}

Then make sure you've got npm installed, and run the following commands:

npm install
npm start

About

A bot for managing issue threads in a bug-reports discord channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%