mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-08-03 04:17:46 +00:00
Compare commits
2 commits
a3250ba9ba
...
fb1677b18a
Author | SHA1 | Date | |
---|---|---|---|
fb1677b18a | |||
baadf1c713 |
2 changed files with 2 additions and 5 deletions
|
@ -74,7 +74,8 @@ class MinearchyBot(CommandsBot):
|
||||||
lambda file_path: ".".join(file_path.relative_to(cogs.parent.parent).parts)[:-3],
|
lambda file_path: ".".join(file_path.relative_to(cogs.parent.parent).parts)[:-3],
|
||||||
cogs.rglob("*.py"),
|
cogs.rglob("*.py"),
|
||||||
),
|
),
|
||||||
("jishaku",),
|
# ("jishaku",),
|
||||||
|
(),
|
||||||
):
|
):
|
||||||
try:
|
try:
|
||||||
await self.load_extension(file_name)
|
await self.load_extension(file_name)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"BOT_TOKEN": "",
|
|
||||||
"WEBHOOK_URL": ""
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue