上传者: 42133415
|
上传时间: 2021-11-10 01:37:27
|
文件大小: 23KB
|
文件类型: -
不和谐Bot模板
由Jacobtread
这是一个用Java编写的不一致的bot模板,使您可以轻松地开始制作bot,只需克隆仓库并重命名软件包即可。
(如果重命名软件包,请确保重命名build.gradle中的Main-Class属性)
def mainClass = ' org.example.bot.Bot ' // YOUR MAIN CLASS HERE
特性
机器人属性存储在一个名为config.properties的文件中,该文件必须放在工作目录中。 该文件的格式如下:
# This is your bot token you got from discord
token =YOUR BOT TOKEN
# The prefix at the start of each command in this case it would be !help
cmd_prefix