lots of stuff

This commit is contained in:
ry 2020-01-18 15:45:03 +01:00
parent 16fd7d9c27
commit afbde77edc
7 changed files with 95 additions and 50 deletions

View file

@ -3,7 +3,9 @@ const {
db
} = require("../utils/index");
const {
SourceFynnder,
SourceFynnder: {
SourceFynnder
},
topic
} = require("../utils");
const {
@ -13,6 +15,7 @@ const Servers = new table("servers");
const Users = new table("users");
const Backend = new table("backend");
module.exports = {
name: "message",
run: async (client, Message) => {