diff --git a/.gitignore b/.gitignore index 12b2b12..e6f4c58 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ __pycache__/ *.pyc .env -configs/* +configs/config.cfg +configs/prefixes.cfg .DS_Store private.py diff --git a/configs/config.cfg.example b/configs/config.cfg.example new file mode 100644 index 0000000..6bc3eb2 --- /dev/null +++ b/configs/config.cfg.example @@ -0,0 +1,20 @@ +[bot] +Token = +Tester = +Activity = + +[postgresql] +Username = +Password = +Host = +DBName = + +[permissions] +Owners = + +[webhook] +ID = +Token = + +[misc] +Separator = \ No newline at end of file