lots of stuff
This commit is contained in:
parent
16fd7d9c27
commit
afbde77edc
7 changed files with 95 additions and 50 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue