fixes error
This commit is contained in:
parent
3aba1d5e14
commit
ab40c4a10a
@ -156,9 +156,7 @@ class McRoll(commands.Cog):
|
||||
name=choice['serverName'] + ' ' + str(self.client.get_emoji(int(choice['reaction'])))
|
||||
if choice['getEmoji']
|
||||
else bytes(choice['reaction'], "utf-8").decode("unicode_escape"),
|
||||
value=("Multiplier : " + str(round(2 * math.log10(choice['lastActivated'] + 1) + 1, 2)) + '\n' +
|
||||
"Last Rolled : " + str(choice['lastActivated'] * 2) + " weeks ago.") +
|
||||
"\nThis is an only server, meaning if it wins it will be the only winner" if choice['onlyServer'] else "")
|
||||
value="Multiplier : " + str(round(2 * math.log10(choice['lastActivated'] + 1) + 1, 2)) + '\n' + "Last Rolled : " + str(choice['lastActivated'] * 2) + " weeks ago.") + "\nThis is an only server, meaning if it wins it will be the only winner" if choice['onlyServer'] else ""
|
||||
|
||||
pollMessage = await channel.send(embed=embed)
|
||||
await channel.send('@everyone')
|
||||
|
Loading…
x
Reference in New Issue
Block a user