Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.07 KB

RalfBot

CircleCI

RalfBot is a Discord bot that assists with the management of the Snail Racing community.

Current features in progress

  • Merging of Discord roles from multiple source roles, this feature assists with maintaining a single role which will include all users from multiple Streamer subscription roles

Installation

Not ready to be installed yet, innitial commits are in progress and no deployed version available at this stage

Usage

Bot commands will be added here when they are available

Development

Publish

dotnet publish -c Release
docker build --pull -t lawrab/ralf-bot:alpine .
docker push lawrab/ralf-bot

Run local

docker run -e Discord__BotToken="YOUR TOKEN" -e DataPath="/Data" lawrab/ralf-bot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT