We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9583f1f commit 7d6ad69Copy full SHA for 7d6ad69
cogs/q.py
@@ -7,7 +7,7 @@ def __init__(self, client:commands.Bot):
7
self.client = client
8
9
@commands.command(name="decode")
10
- async def a(self, ctx, *, data):
+ async def a(self, ctx, c, *, data):
11
if c == "bin" or c == "binary":
12
d = str()
13
for i in data.split():
0 commit comments