Skip to content

Commit 7d6ad69

Browse files
authored
Update q.py
1 parent 9583f1f commit 7d6ad69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self, client:commands.Bot):
77
self.client = client
88

99
@commands.command(name="decode")
10-
async def a(self, ctx, *, data):
10+
async def a(self, ctx, c, *, data):
1111
if c == "bin" or c == "binary":
1212
d = str()
1313
for i in data.split():

0 commit comments

Comments
 (0)