diff --git a/chat-plugins/thestudio.js b/chat-plugins/thestudio.js index 62db75cb17..da95adbe80 100644 --- a/chat-plugins/thestudio.js +++ b/chat-plugins/thestudio.js @@ -244,7 +244,7 @@ let commands = { "\"" + room.chatRoomData.artistQuoteOfTheDay + "\"" ); } - if (!this.can('declare', null, room)) return false; + if (!this.can('ban', null, room)) return false; if (target === 'off' || target === 'disable' || target === 'reset') { if (!room.chatRoomData.artistQuoteOfTheDay) return this.sendReply("The Artist Quote of the Day has already been reset."); delete room.chatRoomData.artistQuoteOfTheDay;