Skip to content

A Discord bot for the Minecraft@Home Discord server

Notifications You must be signed in to change notification settings

ItzN00bPvP/ResearchBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcokltfre/ResearchBot

Setup for development

Clone the repository and change to its directory Create a directory called config Under config/ create a new file called config.py In this file create the following:

name = 'ResearchBot'
log_level = 'info'
log_type = 'text'
token = 'your discord bot token'
hook = 'logging webhook url'
dev_ids = [your_discord_id]
guild = your_guild_id

nick_request_channel_id = channel_id
nick_accept_channel_id = channel_id

yourlspw="your yourls password" #You probably dont want this, so you may want to comment out the line that says "bot.cogs.utility.links" in main.py

About

A Discord bot for the Minecraft@Home Discord server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%