Fixing error within starboard setup

pull/9/head
sgoudham 4 years ago
parent 12d3110f4e
commit 8e426aac42

@ -259,7 +259,7 @@ class Starboard(Cog):
await self.bot.generate_embed(ctx, desc=text) await self.bot.generate_embed(ctx, desc=text)
# Store into cache # Store into cache
self.bot.cache_store_starboard(ctx.guild.id, starboard_channel.id) self.bot.cache_store_starboard(ctx.guild.id, starboard_channel.id, 1)
# Release connection back into pool # Release connection back into pool
finally: finally:

Loading…
Cancel
Save