|
|
@@ -62,8 +62,8 @@ class General(commands.Cog):
|
|
|
|
|
|
# Respond when mentioned
|
|
|
if self.bot.user.mentioned_in(message):
|
|
|
- print("mentioned in ")
|
|
|
- print(message.channel)
|
|
|
+ #print("mentioned in ")
|
|
|
+ #print(message.channel)
|
|
|
#interact = get_interact()
|
|
|
#print(interact)
|
|
|
#if interact:
|
|
|
@@ -89,6 +89,13 @@ class General(commands.Cog):
|
|
|
"Go touch grass!",
|
|
|
"Do you think i care about you?",
|
|
|
f"Stop pinging me {message.author.mention}!",
|
|
|
+ f"Let me ping you back, {message.author.mention}..."
|
|
|
+ "Sure thing.",
|
|
|
+ "Who is your favorite bot?",
|
|
|
+ "Point me to the humans!",
|
|
|
+ "Where is the party?",
|
|
|
+ "Want to go?",
|
|
|
+ f"{message.author.mention} Party time! :partying_face:",
|
|
|
]
|
|
|
await message.reply(random.choice(messages))
|
|
|
|