Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnabXD authored Feb 25, 2021
1 parent a0a46e8 commit 7db0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def _(ult):
pattern="listsudo$",
)
async def _(ult):
ok = await eor(ult, "`...")
ok = await eor(ult, "`...`")
sudos = get_sudos()
if "" in sudos:
return await ok.edit("`No SUDO User was assigned ...`")
Expand Down

0 comments on commit 7db0c04

Please sign in to comment.