second_in_command_test.py 125 B

123456
  1. from util import commands
  2. @commands(".hello")
  3. def other_test_function(bot, message, channel):
  4. print "OTHER TEST FUNCTION"