Merge pull request #33 from strNophix/owner-id-fix

Critical bug with unsupplied owner_ids
This commit is contained in:
2021-11-18 22:21:28 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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,