update emoji module
This commit is contained in:
parent
a4922d9922
commit
34a9d26b20
@ -15,5 +15,5 @@ def rand_emoji(bot, trigger):
|
||||
"""
|
||||
msg = []
|
||||
for _ in range(random.randint(1, 100)):
|
||||
msg.append(random.choice(list(emoji.UNICODE_EMOJI.keys())))
|
||||
msg.append(random.choice(list(emoji.EMOJI_DATA.keys())))
|
||||
bot.msg("".join(msg))
|
||||
|
Loading…
x
Reference in New Issue
Block a user