Skip to content

Commit

Permalink
Update text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysigma authored Oct 7, 2023
1 parent cd5b338 commit b222be0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uqcsbot/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,11 @@ 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):
if message.author.id == 344362666258726912:
await message.reply("_Ceterum autem censeo praeses capillum esse delendam_.")


async def setup(bot: commands.Bot):
await bot.add_cog(Text(bot))

0 comments on commit b222be0

Please sign in to comment.