Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
eYuM-coder committed Dec 11, 2024
1 parent ee03648 commit ed2a6b5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 44 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@

src/assets/logs/Pogy.log
config.json
node_modules
.env
src/data/users.json
.replit
replit.nix
src/commands/utility/rank.js
src/data/users.json
package-lock.json
config.json
json.sqlite
mee8.log
src/assets/logs/Pogy.log
36 changes: 0 additions & 36 deletions config.json

This file was deleted.

36 changes: 36 additions & 0 deletions config.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"botName": "",
"owner": [],
"developers": [],
"status": "!help | website here",
"discord": "",
"dashboard": "true",
"server": "",
"prefix": "!",
"webhooks": {
"logs": "",
"maintenance_logs": "",
"ratelimit_logs": "",
"blacklist": "",
"report": "",
"contact": "",
"bugs": "",
"premium": "",
"suggestions": "",
"votes": "",
"errors": "",
"auth": "",
"joinsPublic": "",
"joinsPrivate": "",
"leavesPublic": "",
"leavesPrivate": ""
},
"maintenance": "false",
"maintenance_threshold": "5",
"invite_link": "",
"seo": {
"enabled": "false",
"title": "Bot Name",
"description": "Bot description"
}
}

0 comments on commit ed2a6b5

Please sign in to comment.