Skip to content

Commit

Permalink
Add spongeborb author name / icon (#555)
Browse files Browse the repository at this point in the history
* whyy did this work locally but not ill-locally hm

* hoopty
  • Loading branch information
zmattingly authored Sep 23, 2024
1 parent ee7584e commit 3134549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/agimus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: agimus
description: A helm chart for a discord bot that also runs a mysql db
type: application
version: v2.10.25
appVersion: v2.10.25
version: v2.10.26
appVersion: v2.10.26
4 changes: 2 additions & 2 deletions commands/spongebob.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ async def spongebob(ctx:discord.ApplicationContext, content:str):
sponged = sponge(content)
await ctx.respond(
embed=discord.Embed(
title="SpongeBobbed!",
description=sponged,
color=discord.Color.blurple()
).set_author(
url="https://i.imgur.com/bjDaNDJ.png"
name="SpongeBobbed!",
icon_url="https://i.imgur.com/bjDaNDJ.png"
)
)

Expand Down

0 comments on commit 3134549

Please sign in to comment.