diff --git a/migrations/000004_create_timers_table.up.sql b/migrations/000004_create_timers_table.up.sql index 1ff000e..c7332d2 100644 --- a/migrations/000004_create_timers_table.up.sql +++ b/migrations/000004_create_timers_table.up.sql @@ -10,8 +10,8 @@ INSERT INTO timers (name,"text",channel,repeat) VALUES ('nourylul-60m','timer every 60 minutes :)','nourylul','60m'), ('nourybot-60m','timer every 60 minutes :)','nourybot','60m'), ('nourybot-1h','timer every 1 hour :)','nourybot','1h'), - ('nouryxd-60m','timer every 60 minutes :)','nouryxd','60m'), - ('nouryxd-1h','timer every 1 hour :)','nouryxd','1h'), + ('xnoury-60m','timer every 60 minutes :)','xnoury','60m'), + ('xnoury-1h','timer every 1 hour :)','xnoury','1h'), ('nourybot-2m',' 2 minute timer xD','nourybot','2m'), ('nourybot-4m',' 4 minute timer xD','nourybot','4m'), ('nourybot-7m',' 7 minute timer xD','nourybot','7m'),