All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bc_database_scripts.V3.0.0.2024.09.25__Component_rate_limit_reference.sql Maven / Gradle / Ivy

Go to download

A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.

There is a newer version: 3.0.0-alpha.18
Show newest version
------------------------------------------------------ 7th migration script for BotCommands ------------------------------------------------------
---------------------------------- Make sure to run the previous scripts (chronological order) before this one -----------------------------------

SET SCHEMA 'bc';

UPDATE bc_version
SET version = '3.0.0-alpha.19'
WHERE one_row = true;

ALTER TABLE bc_component
    ADD COLUMN rate_limit_discriminator TEXT NULL;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy