Added the basic bot with some commands

This commit is contained in:
Steven Tracey
2021-07-19 23:13:46 -04:00
parent dde46c0b46
commit a240300fd6
47 changed files with 1433 additions and 0 deletions

2
run/config.yml Normal file
View File

@@ -0,0 +1,2 @@
prefix: "!"
botToken: "ODY2ODE5NzQ2MDM2ODQyNTI2.YPYGzA.qz-ELkl_GOWZ7qbCJSNvimLPZyo"

4
run/start.cmd Normal file
View File

@@ -0,0 +1,4 @@
@echo off
title Sugarcane Bot
"C:\Program Files\Java\jre1.8.0_291\bin\java.exe" -Xmx2G -Xms2G -jar SugarcaneWikiFAQ-0.1.0.jar
pause