FIX: Broken Main.py by mistake.
This commit is contained in:
parent
8616a01469
commit
d82d1e0729
2
main.py
2
main.py
@ -19,7 +19,7 @@ intents.members = True
|
|||||||
|
|
||||||
class Ariella(commands.Bot):
|
class Ariella(commands.Bot):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(intents=intents)
|
super().__init__(command_prefix='!', intents=intents)
|
||||||
|
|
||||||
async def setup_hook(self):
|
async def setup_hook(self):
|
||||||
await self.load_extension('commands')
|
await self.load_extension('commands')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user