mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-13 08:33:02 -04:00
adds incognito mode, fixes /emoji
This commit is contained in:
parent
fbdf212151
commit
e61a604b7c
36 changed files with 401 additions and 127 deletions
|
@ -1,7 +1,8 @@
|
|||
const { renderMusicButtons } = require('#utils/buttons');
|
||||
const { createEmbed } = require('#utils/embed')
|
||||
const { createEmbed } = require('#utils/embed');
|
||||
const { acknowledge } = require('#utils/interactions');
|
||||
|
||||
const { InteractionCallbackTypes, ApplicationCommandTypes } = require("detritus-client/lib/constants");;
|
||||
const { ApplicationCommandTypes } = require("detritus-client/lib/constants");;
|
||||
|
||||
const superagent = require('superagent')
|
||||
|
||||
|
@ -20,7 +21,7 @@ module.exports = {
|
|||
],
|
||||
run: async (context, args) => {
|
||||
try{
|
||||
await context.respond({data: {}, type: InteractionCallbackTypes.DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE})
|
||||
await acknowledge(context);
|
||||
|
||||
const { message } = args;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue