changed unblockables

This commit is contained in:
MaxRobinsonTheGreat 2025-01-10 12:41:00 -06:00
parent 7eef805395
commit eeaf33c4d2

View file

@ -15,7 +15,7 @@ export function getCommand(name) {
}
export function blacklistCommands(commands) {
const unblockable = ['!stop', '!stats', '!goal', '!endGoal', '!endConversation'];
const unblockable = ['!stop', '!stats', '!inventory', '!goal'];
for (let command_name of commands) {
if (unblockable.includes(command_name)){
console.warn(`Command ${command_name} is unblockable`);