mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
clean up
This commit is contained in:
parent
c25e876962
commit
128369350f
24 changed files with 17 additions and 45 deletions
|
@ -1,11 +1,8 @@
|
|||
const { createEmbed } = require("../../../../labscore/utils/embed");
|
||||
const { link } = require("../../../../labscore/utils/markdown");
|
||||
const { editOrReply } = require("../../../../labscore/utils/message");
|
||||
const { flag } = require("../../../../service/makesweet");
|
||||
const { getRecentImage } = require("../../../../labscore/utils/attachment");
|
||||
|
||||
const superagent = require('superagent')
|
||||
|
||||
module.exports = {
|
||||
name: 'test',
|
||||
label: 'text',
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
const { Constants, Utils } = require("detritus-client");
|
||||
const Permissions = Constants.Permissions;
|
||||
|
||||
const AsyncFunction = Object.getPrototypeOf(async function(){}).constructor;
|
||||
|
||||
// TODO: remake this eventually, copy pasted it from v1 cause lazy
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
const { Constants, Utils } = require("detritus-client");
|
||||
const Permissions = Constants.Permissions;
|
||||
|
||||
// TODO: remake this eventually, copy pasted it from v1 cause lazy
|
||||
|
||||
module.exports = {
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
const { Constants, Utils } = require("detritus-client");
|
||||
const Permissions = Constants.Permissions;
|
||||
|
||||
const { createEmbed } = require('../../../labscore/utils/embed')
|
||||
const { editOrReply } = require('../../../labscore/utils/message')
|
||||
|
||||
const { execSync } = require("child_process");
|
||||
const { highlight } = require("../../../labscore/utils/markdown");
|
||||
|
||||
module.exports = {
|
||||
name: "update",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue