Merge from master #5

Merged
logan merged 65 commits from master into NoiseGateV2 2022-02-27 21:47:09 -05:00
Showing only changes of commit eaaeee7109 - Show all commits

1
bot.py
View File

@@ -236,6 +236,7 @@ class Bot(commands.Bot):
@self.event
async def on_message(message):
print(message.content)
if "ping" in message.content:
await self.process_commands(message)