This commit is contained in:
derpystuff 2022-06-17 22:36:10 +02:00
parent c25e876962
commit 128369350f
24 changed files with 17 additions and 45 deletions

View file

@ -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',

View file

@ -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

View file

@ -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 = {

View file

@ -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",