mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 22:57:48 +00:00
Merge pull request #33 from strNophix/owner-id-fix
Critical bug with unsupplied owner_ids
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.8
|
python: python3.9
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.0.1
|
rev: v4.0.1
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ class TuneBot(commands.Bot):
|
|||||||
|
|
||||||
super().__init__(
|
super().__init__(
|
||||||
command_prefix=self.prefix_callable,
|
command_prefix=self.prefix_callable,
|
||||||
|
owner_ids=self.config["owner_ids"],
|
||||||
description=self.config["info"]["description"],
|
description=self.config["info"]["description"],
|
||||||
case_insensitive=False,
|
case_insensitive=False,
|
||||||
fetch_offline_members=False,
|
fetch_offline_members=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user