Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Dec 26, 2023
1 parent aa98bbb commit 0d2fec2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ def __init__(self, bot: Bot) -> None:


class BotCommand(BaseCog):
def __init__(self, bot: Bot) -> None:
self.bot = bot
self.log = bot.log
self.plugin = bot.plugin
self.config = bot.config
self.server = bot.server

@commands.command()
async def stats(self, ctx: ApplicationContext, *args):
if not (client_name := self.config.get("client_to_query_stats", None)):
Expand Down

0 comments on commit 0d2fec2

Please sign in to comment.