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 32ac731 commit 34ccb0eCopy full SHA for 34ccb0e
teapot/cogs/osu.py
@@ -31,7 +31,7 @@ def display(self, author):
31
title = self.username
32
desc = self.country.upper()
33
url = 'https://osu.ppy.sh/u/' + self.username
34
- em = dmbd.newembed(author, title, desc, url)
+ em = dmbd.newembed()
35
em.add_field(name='Performance', value=self.pp_raw + 'pp')
36
em.add_field(name='Accuracy', value="{0:.2f}%".format(float(self.accuracy)))
37
lvl = int(float(self.level))
0 commit comments