aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-08-24 11:53:08 +0000
committerMango0x45 <thomasvoss@live.com>2020-08-24 11:53:08 +0000
commit437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe (patch)
tree8c92bd0bb5452f278e888e5ee9ade76bb260dbff /cogs
parent882fe817dadca3865f37345e4ede9707f4133cf1 (diff)
downloadsteve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar.gz
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar.bz2
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar.lz
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar.xz
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.tar.zst
steve-bot-437fc6a0c7072fc58d9f59c7e6b632ede6db9bfe.zip
Birthdays now use mangopog
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 5180f0b..c6d6902 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -291,7 +291,7 @@ class Utils(commands.Cog):
datetime.date(2020, 9, 29)
],
[
- 'Samantha', # This one is Zyemlus
+ 'Samantha', # This one is Zyemlus
self.bot.get_user(536071288859656193),
datetime.date(2020, 8, 23)
],
@@ -317,7 +317,7 @@ class Utils(commands.Cog):
try:
for i in range(self.tries):
await coolKid[1].send(
- f'Happy Birthday {coolKid[0]}! You\'re a boomer now! :mango:'
+ f'Happy Birthday {coolKid[0]}! You\'re a boomer now! <:mangopog:730683234039365722>'
)
self.tries = 1
except:
@@ -384,5 +384,6 @@ class Utils(commands.Cog):
output = ", ".join([*commands])
await ctx.send(f"```List of custom commands:\n{output}```")
+
def setup(bot):
bot.add_cog(Utils(bot))