(core): Add member name caching.
This commit is contained in:
@@ -105,8 +105,8 @@ class LionModule(Module):
|
||||
await ctx.reply("I need permission to send embeds in this channel before I can run any commands!")
|
||||
raise SafeCancellation(details='I cannot send embeds in this channel.')
|
||||
|
||||
# Ensure Lion exists
|
||||
ctx.alion
|
||||
# Ensure Lion exists and cached data is up to date
|
||||
ctx.alion.update_saved_data(ctx.author)
|
||||
|
||||
# Start typing
|
||||
await ctx.ch.trigger_typing()
|
||||
|
||||
Reference in New Issue
Block a user