Fixes untested bug in tegeltje
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-18 02:04:58 +01:00
parent f8db215b31
commit 904f1c48ea
+1 -1
View File
@@ -335,7 +335,7 @@ class Shitpost(commands.Cog):
Bijvoorbeeld:
!tegeltje \"Oost west, 420 best\" \"Lourens\"
"""
em = get_tegeltje(tekst, auteur)
em = self.get_tegeltje(tekst, auteur)
try:
await ctx.message.delete()
except: