Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDarkTom committed Jun 9, 2023
0 parents commit 3cee4ba
Show file tree
Hide file tree
Showing 20 changed files with 1,320 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TOKEN=yourbottoken
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.env
botConfig.json
sdConfig.json
node_modules/
7 changes: 7 additions & 0 deletions botConfig.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"testServer": "testserverid",
"clientId": "botclientid",
"devs": [
"youruserid"
]
}
Loading

0 comments on commit 3cee4ba

Please sign in to comment.