diff --git a/.gitignore b/.gitignore index 828cdab..b9b13b0 100644 --- a/.gitignore +++ b/.gitignore @@ -185,14 +185,14 @@ cython_debug/ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr +.idea/artifacts +.idea/compiler.xml +.idea/jarRepositories.xml +.idea/modules.xml +.idea/*.iml +.idea/modules +*.iml +*.ipr # CMake cmake-build-*/ @@ -230,7 +230,7 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser -# Added myself +# Added for pybot-f botdev/ bot.ini pybot-f.log diff --git a/bot.ini.example b/bot.ini.example index f2ae8ef..ebc443f 100644 --- a/bot.ini.example +++ b/bot.ini.example @@ -6,7 +6,7 @@ ## This is the general bot configuration section. # # - bottoken -# This is the bottoken of your discord bot. +# This is the bot-token of your discord bot. # If you need help on how to set up a Discord app with bot token, # try searching the internet for "How to create a Discord bot token" or # visit: https://discordpy.readthedocs.io/en/latest/discord.html diff --git a/ext/administration.py b/ext/administration.py index 6cca3c0..fe4d548 100644 --- a/ext/administration.py +++ b/ext/administration.py @@ -2,6 +2,9 @@ # --- # # This extension is for administrating the bot. +# As I'm now using using jishaku tools for +# administrating the bot, this extension is +# kinda obsolete. import discord from discord import app_commands