Skip to content

Commit c8bd2cf

Browse files
feat(viraj): nerf viraj outside of BMT staff server
1 parent 9fa8e2f commit c8bd2cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bmt_discord_bot/cogs/viraj.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ class Viraj(commands.Cog):
1313

1414
def __init__(self, bot):
1515
self.bot = bot
16+
17+
def cog_check(self, ctx):
18+
return ctx.guild.id == 786701065856221205
1619

1720
def _correct_text(self, match):
1821
prefix, suffix = match.groups()

0 commit comments

Comments
 (0)