initial_create creates version 0 of a table. however, the previous code would not migrate this table to whatever current version existed until you restarted the bot. this reorders the function such that newly created tables always get migrated to the latest version, which will make the bot function correctly on first boot.
initial_create creates version 0 of a table. however, the previous code would not migrate this table to whatever current version existed until you restarted the bot. this reorders the function such that newly created tables always get migrated to the latest version, which will make the bot function correctly on first boot.