The bot will determine which invite was used by comparing its db with values from Discord. To do that, we need to be able to store that value. Write a migration to add a column: `current_uses INT NOT NULL`
The bot will determine which invite was used by comparing its db with values from Discord. To do that, we need to be able to store that value.
Write a migration to add a column:
current_uses INT NOT NULL