commandtest.py 130 B

123456
  1. from util import commands
  2. @commands(".test",".lel")
  3. def test_function(bot, message, channel):
  4. bot.say(channel, "DUUDE I WORK")