Skip to content

Commit

Permalink
Merge pull request #163 from Norsk-Programmering/dev
Browse files Browse the repository at this point in the history
bump ver
  • Loading branch information
Roxedus authored Feb 14, 2025
2 parents 916221a + e0ef928 commit bf511fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,11 @@ async def jada(self, ctx):
async def lom(self, ctx):
await ctx.send("https://imgur.com/RN3a1AX")

@commands.cooldown(1, 5, type=commands.BucketType.guild)
@commands.command(hidden=True, aliases=["roar"])
async def sprengstoff(self, ctx):
await ctx.send("https://imgur.com/KbkkrIi")

@tasks.loop(minutes=30)
async def presence(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion cogs/utils/Bot_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bot_version = "0.1.18"
bot_version = "0.1.19"

0 comments on commit bf511fe

Please sign in to comment.