The original Bot is a Stats Checker for the Game ScrapTD.
This fork will bring the bot back with a few more features. Maybe Scrap 2 will support too 🤷♂️
- change PostgreSQL to MySQL
- dotnet 6.0
- ✅ emoijs from bot
- slash commands
- Scrap 2 support
- scrap quiz
- and more
- open file
./ScrapBot/ScrapBot/default_config.json - adjust the following values:
- change
prefix(default is D!) bot: replaceAddYourBotTokenHerewith your bot token.scrapApi: replaceAddAPITokenyou need to contact the Dev Endte Email or DiscorderrorLogChannel: replace123with a real discord channelRemote: add your database- like
"server=mywebsite.de;port=1234;database=name;user=username;password=password;"❗ the bot needs a database
- like
- rename file to
./ScrapBot/ScrapBot/config.json - open file
./ScrapBot/ScrapBot/Utils/EmbedUtils.cs Suggestions / Bug Reports: change to your invite (line 31)
API Server
- open file
./ScrapTDWrapper/ScrapClient.cs - check if http://schrott-games.com:34889 works (line 29)
Important for setup
ScrapBot/
├─ ScrapBot/
│ ├─ default_config.json
│ ├─ Utils/
| ├─ EmbedUtils.cs
└─ README.md