DELETE FROM `command` WHERE `name` IN ('needs', 'needs set', 'needs view'); INSERT INTO `command` (`name`, `security`, `help`) VALUES ('needs', 0, 'Syntax: .needs [subcommand]\nType .help needs to see a list of subcommands\nor .help needs [subcommand] to see info on the subcommand.'), ('needs set', 2, 'Syntax: .needs set [hunger] [thirst]\nSet your current hunger and thirst levels.'), ('needs view', 0, 'Syntax: .needs view\nView your current needs levels.');