@@ -1,7 +1,9 @@
import random
import commands
async def on_message(message):
if "gn" in message.content:
if "gn" in commands.tokenize(message.content, remove_prefix=False):
if random.random() < 0.01:
await message.add_reaction(random.choice(["💤", "😪", "😴", "🛌"]))
The note is not visible to the blocked user.