aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot.py b/bot.py
index 44be5f3..edc6dd0 100755
--- a/bot.py
+++ b/bot.py
@@ -74,14 +74,13 @@ class BedrockBot(commands.Bot):
self.runs_blacklist = {"videos": [], "players": []}
for extension in extensions:
- self.load_extension(extension)
+ await self.load_extension(extension)
self.logger.warning(
f"Online: {self.user} (ID: {self.user.id}) (Discord.py: {discord.__version__})"
)
async def on_message(self, message):
-
if message.author.bot or message.author.id in self.blacklist:
return
await self.process_commands(message)
>Black is neatMango0x4511-1616/+1783 2020-09-12actions are assMango0x451-20/+0 2020-09-12Testy testMango0x451-3/+1 2020-09-12if this doesnt work im doneThomas Voss1-1/+1 2020-09-12Github actions testMango0x451-1/+1 2020-09-12Make action work on pushMango0x451-0/+2 2020-09-12Testing github actionMango0x451-328/+333 2020-09-12I hope this worksMango0x451-10/+14 2020-09-12Harvested more user dataMango0x451-380/+385 2020-09-12pls fixMango0x451-1/+1 2020-09-12Action fixMango0x451-1/+1