mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-08-03 20:37:46 +00:00
Compare commits
No commits in common. "fb1677b18a4db7bff921e1a4fe0486bbeab8d150" and "a3250ba9ba60b18d8332d465898d5ec7b8696fb1" have entirely different histories.
fb1677b18a
...
a3250ba9ba
2 changed files with 5 additions and 2 deletions
|
@ -74,8 +74,7 @@ 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)
|
||||||
|
|
4
minearchy_bot/config.example.json
Normal file
4
minearchy_bot/config.example.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"BOT_TOKEN": "",
|
||||||
|
"WEBHOOK_URL": ""
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue