from pinhook import plugin as p # !rollcall @p.command('!rollcall', help_text="The rollcall command to introduce the bot to newcomers") @p.command('&ju', help_text="&ju so people can get infor for this bot specificaly") def rollcall(msg): out = "Beep boop, i'm a bot from jmjl. I currently can show you the date join and leave channels, if you need more, be sure to make a pr on git~town/jmjl/juju. I also have current music but that's broken." return p.message(out)