guh
This commit is contained in:
parent
24334a94f4
commit
7e2cba2a23
1 changed files with 1 additions and 2 deletions
|
@ -75,9 +75,8 @@ client.once(Events.ClientReady, async () => {
|
||||||
console.log(`Ready! Logged in as ${client.user.displayName}`);
|
console.log(`Ready! Logged in as ${client.user.displayName}`);
|
||||||
client.user.setActivity({
|
client.user.setActivity({
|
||||||
name: "kissing my sister",
|
name: "kissing my sister",
|
||||||
state: "dnd",
|
|
||||||
type: ActivityType.Custom
|
type: ActivityType.Custom
|
||||||
})
|
});
|
||||||
|
|
||||||
if (!(await knex.schema.hasTable("blacklists")))
|
if (!(await knex.schema.hasTable("blacklists")))
|
||||||
await knex.schema.createTable("blacklists", function (table) {
|
await knex.schema.createTable("blacklists", function (table) {
|
||||||
|
|
Loading…
Reference in a new issue