mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Code Improvements, NSFW Anime Command
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const Sequelize = require('sequelize');
|
||||
const database = new Sequelize(process.env.DATABASE_URL, { logging: false });
|
||||
const { DATABASE_URL } = process.env;
|
||||
const database = new Sequelize(DATABASE_URL, { logging: false });
|
||||
|
||||
class Database {
|
||||
static get db() {
|
||||
|
||||
Reference in New Issue
Block a user