Merge from master #5

Merged
logan merged 65 commits from master into NoiseGateV2 2022-02-27 21:47:09 -05:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit f00afa307a - Show all commits

1
bot.py
View File

@@ -239,6 +239,7 @@ class Bot(commands.Bot):
async def on_ready():
# Check the ./modules folder for any modules (cog.py)
await self.check_for_modules()
print("Bot started!")
@self.event
async def on_message(message):

View File

@@ -44,8 +44,6 @@ def main():
if not discord_bot_client.check_device():
raise BotDeviceNotFound(config['Device Name'])
print("Bot started!")
discord_bot_client.start_bot()