Skip to content

Commit 34ccb0e

Browse files
committed
Fixed osu command
Signed-off-by: ColaIan <colaian.yt@gmail.com>
1 parent 32ac731 commit 34ccb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teapot/cogs/osu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def display(self, author):
3131
title = self.username
3232
desc = self.country.upper()
3333
url = 'https://osu.ppy.sh/u/' + self.username
34-
em = dmbd.newembed(author, title, desc, url)
34+
em = dmbd.newembed()
3535
em.add_field(name='Performance', value=self.pp_raw + 'pp')
3636
em.add_field(name='Accuracy', value="{0:.2f}%".format(float(self.accuracy)))
3737
lvl = int(float(self.level))

0 commit comments

Comments
 (0)