Skip to content

Instantly share code, notes, and snippets.

@tjone270
Last active July 26, 2017 10:52
Show Gist options
  • Save tjone270/8de33541fd05de47b7fba73b4abbb909 to your computer and use it in GitHub Desktop.
Save tjone270/8de33541fd05de47b7fba73b4abbb909 to your computer and use it in GitHub Desktop.
import minqlx
class tooltips(minqlx.Plugin):
def __init__(self):
self.add_command("discord", self.cmd_discord)
def cmd_discord(self, player, msg, channel):
channel.reply("Our discord server is available at example.com!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment