Skip to content

Commit f605cd0

Browse files
committed
fix utility cog loading
1 parent f94aad8 commit f605cd0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cogs/utility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,8 +1940,7 @@ async def github(self, ctx):
19401940
@checks.has_permissions(PermissionLevel.OWNER)
19411941
@checks.updates_enabled()
19421942
@trigger_typing
1943-
@DeprecationWarning
1944-
async def update(self, ctx, *, flag: str = ""):
1943+
async def update(self, ctx):
19451944
"""
19461945
REMOVED
19471946
Update Modmail.

0 commit comments

Comments
 (0)