Part 1 / 2

Only thing left is to fix all the code issues from moving out the discord and shop implementations.
This commit is contained in:
Paul Reilly
2023-03-09 01:42:18 -06:00
parent f53696aa9e
commit 2265783afb
319 changed files with 1531 additions and 1440 deletions

View File

@ -0,0 +1,4 @@
{
"name": "help",
"description": "Bot help command."
}

View File

@ -0,0 +1,4 @@
{
"name": "list",
"description": "List all currently online players"
}

View File

@ -0,0 +1,4 @@
{
"name": "tps",
"description": "Gets the current TPS for the server."
}

View File

@ -0,0 +1,8 @@
name: TFD4J
main: me.totalfreedom.discord.TFD4J
version: 1.0
api-version: 1.19
depend: [TotalFreedomMod]
libraries:
- com.discord4j:discord4j-core:3.2.0
- io.projectreactor:reactor-core:3.4.9