diff --git a/plugins/rollcall.py b/plugins/rollcall.py index ef10e2d..ed5366a 100644 --- a/plugins/rollcall.py +++ b/plugins/rollcall.py @@ -2,6 +2,7 @@ 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)