Source code for modules.snippets.commandtest

from util import commands


[docs]@commands(".test", ".lel") def test_function(bot, message, channel): bot.say(channel, "DUUDE I WORK")