blob: c306e4cb548b8d290b229e2dc776bef1e8abec62 (
plain)
1
2
3
|
DELETE FROM `command` WHERE `name` IN ('go ticket');
INSERT INTO `command` VALUES
('go ticket','1','Syntax: .go ticket #ticketid\r\nTeleports the user to the location where $ticketid was created.');
|