diff --git a/seautils/seautils.py b/seautils/seautils.py index 3bdf8b4..6790627 100644 --- a/seautils/seautils.py +++ b/seautils/seautils.py @@ -62,7 +62,7 @@ class SeaUtils(commands.Cog): text = self.format_src(ctx, obj) elif obj := ctx.bot.get_cog(object): text = self.format_src(ctx, type(obj)) - elif obj:= ctx.bot.get_command(object): + elif obj := ctx.bot.get_command(object): text = self.format_src(ctx, obj) temp_content = cf.pagify( text=cleanup_code(text),