Created user-role system

This commit is contained in:
HugeFrog24
2024-10-13 01:36:56 +02:00
parent 82fff17e66
commit 41c9b8075b
6 changed files with 557 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Go vendor directory
vendor/
# Environment variables
.env
# Log file
bot.log
# Database file
bot.db