Last active
July 26, 2017 10:52
-
-
Save tjone270/8de33541fd05de47b7fba73b4abbb909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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