mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-12 23:59:27 +02:00
update
This commit is contained in:
@@ -41,4 +41,13 @@ module.exports = function initDB() {
|
||||
console.error(err.message);
|
||||
}
|
||||
});
|
||||
|
||||
db.run(`CREATE TABLE IF NOT EXISTS rainbowroles(
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
roleID TEXT NOT NULL
|
||||
)`, (err: Error) => {
|
||||
if (err) {
|
||||
console.error(err.message);
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user