Skip to content

filvyb/cunimnurse-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cunimnurse-bot

Discord bot for 1LFCUNI written in Nim

Features

  • Multi-server
  • Email domain verification (verification shared among all joined servers)
  • Reaction to get role or channel access
  • Create threads with prefix and access them with a reaction
  • Syncs bans between servers
  • Vote to add message to pins
  • Bookmarks
  • Media deduping
  • Pin summary

Usage

Prerequisites:

Build or install

Clone the repo

git clone https://github.com/filvyb/cunimnurse-bot.git
cd cunimnurse-bot

You can build it with

nimble build -d:discordCompress -d:release -d:lto --mm:refc

or build and immidietly install it with

nimble install -d:discordCompress -d:release -d:lto --mm:refc

Running

Config path defaults to config.toml. To use a different path set the path as an argument.