Discord bot for reading texts from images
prefix used default is '!'
- help - redirect to github Commands section
- read - reads text from image and send response to same channel
- ping - sends information about latency from bot
- about - show version, authors and github repository link
- English (for now)
If you want to contribute here you must follow the rules:
- branch naming:
feature/example-desc-of-feature
- featurefix/example-desc-of-fix
- fix
- don't create pr from your branch main (fork)
You must have installed .NET 5.0 on your computer to build project
$ dotnet build src -o ./out
// When build ends up
$ cd out
// Before launching bot you must setup configuration.json or envoirements variables DISCORD_TOKEN & PREFIX
$ dotnet Dcr.dll
$ docker build -t mrmlik12/dcr .
$ docker run mrmlik12/dcr -e DISCORD_TOKEN=TOKEN -e PREFIX=!