aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/exts/fun/numbers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/exts/fun/numbers.py b/arthur/exts/fun/numbers.py
index 5034718..b9d91b5 100644
--- a/arthur/exts/fun/numbers.py
+++ b/arthur/exts/fun/numbers.py
@@ -11,6 +11,7 @@ class Numbers(commands.GroupCog):
def __init__(self, bot: commands.Bot):
self.bot = bot
self.devops_vc: discord.VoiceChannel | discord.StageChannel | None = None
+ self.devops_vc_check.start()
async def cog_load(self) -> None:
"""Join devops channel on cog load."""