forked from nickandfloppy/NetRunner
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
Resources | 5 months ago | |
Source | 3 months ago | |
.gitignore | 4 months ago | |
LICENSE.md | 2 years ago | |
README.md | 7 months ago | |
TODO.md | 5 months ago | |
WinBot.csproj | 3 months ago | |
WinBot.csproj.bak | 7 months ago | |
rebuild.bat | 4 months ago |
README.md
MinBot
A fork of Starman0620's WinBot, modified for use in nick and floppy's corner.
Usage/Build instructions
- Clone the repository:
http://git.nick99nack.com/nick99nack/MinBot.git
and move into the project directory:cd WinBot
- Build the source code:
dotnet build -c Release -r linux-x64
- Change into the build directory:
cd bin/Release/net5.0/linux-x64/
- Run the bot:
./WinBot
or justWinBot
for Windows. This will generate a blank configuration file for you. - Edit the
config.json
file and add your token into the token field, aswell as your client ID and log channel if you want one - Run the bot once more, as before. Once it has started up (It'll output "Ready" to the terminal), you should be good to go into Discord and use it.
Post-install instructions
For the level rank cards to work you'll need to install Roboto. Due to some annoyances with System.Drawing you have to install it twice in a way. Steps:
- Download the font family https://fonts.google.com/specimen/Roboto
- Extract Roboto-Regular.ttf into the bot's working directory
- Install Roboto-Regular.ttf on your system
Note: This bot has been modified for a specific system configuration and may not work out of the box. This repo is mainly here for me to keep track of edits.