Implemented memcached caching
This commit is contained in:
@@ -56,7 +56,7 @@ class Analytics(commands.Cog):
|
||||
# Insert entry into the database
|
||||
await col_analytics.insert_one(
|
||||
{
|
||||
"user": message.author.id,
|
||||
"user_id": message.author.id,
|
||||
"channel": message.channel.id,
|
||||
"content": message.content,
|
||||
"stickers": stickers,
|
||||
|
Reference in New Issue
Block a user