Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import minqlx
  2.  
  3. class tooltips(minqlx.Plugin):
  4. def __init__(self):
  5. self.add_command("discord", self.cmd_discord)
  6.  
  7. def cmd_discord(self, player, msg, channel):
  8. channel.reply("Our discord server is available at example.com!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement