We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576c39 commit ccf180bCopy full SHA for ccf180b
discordBot/main.py
@@ -130,7 +130,6 @@ async def _bump(ctx):
130
bump_embed.set_footer(text=f"Guild ID: {ctx.guild.id}", icon_url=ctx.guild.icon_url)
131
bump_embed.description = f"{ctx.author.mention} bumped {ctx.guild.name}"
132
await ctx.send(embed=bump_embed)
133
- ctx.reset_cooldown()
134
135
136
# Bump errors
0 commit comments