remove admin requirement

This commit is contained in:
iou1name 2023-02-22 08:31:35 -05:00
parent dc797fdaab
commit 7caa3d886d

View File

@ -151,7 +151,7 @@ def pickMovie(bot, trigger):
movieInfo(bot, trigger) movieInfo(bot, trigger)
@require_admin #@require_admin
@commands('addmovie') @commands('addmovie')
@example(".addmovie Dr. Strangelove or: How I Learned to Stop Worrying and " @example(".addmovie Dr. Strangelove or: How I Learned to Stop Worrying and "
"Love the Bomb") "Love the Bomb")