Removed useless message replier

This commit is contained in:
Ulysse Cura 2026-03-05 16:55:00 +01:00
parent b9598d2b02
commit de2cb29d67
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ async def on_message(message: discord.Message):
words = message.content.lower().split()
channel = message.channel
"""
if "bonjour" in words:
await channel.send("bien dormii ?? (˶ᵔᵕᵔ˶)₊˚⊹♡")
@ -26,6 +26,7 @@ async def on_message(message: discord.Message):
if "c++" in words:
await channel.send("le C++ c'est trow coool ╰(°ㅂ°)╯")
"""
def main():
bot.start_bot()