Skip to content

Commit

Permalink
Update text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysigma committed Oct 7, 2023
1 parent b222be0 commit d868875
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions uqcsbot/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,12 @@ async def zalgo_command(self, interaction: discord.Interaction, text: str):

await interaction.response.send_message(self.zalgo_common(text))


@commands.Cog.listener("on_message")
async def cato(self, message):
async def cato(self, message: discord.Message):
if message.author.id == 344362666258726912:
await message.reply("_Ceterum autem censeo praeses capillum esse delendam_.")
await message.reply(
"_Ceterum autem censeo praeses capillum esse delendam_."
)


async def setup(bot: commands.Bot):
Expand Down

0 comments on commit d868875

Please sign in to comment.