Edit to satisfy style requirement
This commit is contained in:
parent
6363f5eadc
commit
7ad6b15641
@ -16,7 +16,7 @@ log = logging.getLogger("red.fox_v3.stealemoji")
|
|||||||
|
|
||||||
|
|
||||||
async def check_guild(guild, emoji):
|
async def check_guild(guild, emoji):
|
||||||
if len(guild.emojis) >= 2*guild.emoji_limit:
|
if len(guild.emojis) >= 2 * guild.emoji_limit:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if len(guild.emojis) < 50:
|
if len(guild.emojis) < 50:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user