mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
mission complete return to hq
This commit is contained in:
parent
32a29c3225
commit
5f76d004f2
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports.editOrReply = function(context, message, disableReference = false
|
||||||
// Disable mentions
|
// Disable mentions
|
||||||
if(!message.allowedMentions) message.allowedMentions = {parse: [], repliedUser: false}
|
if(!message.allowedMentions) message.allowedMentions = {parse: [], repliedUser: false}
|
||||||
|
|
||||||
message.nonce = Math.floor(Math.random() * 9999 + 1000)
|
// you can figure out what this does on your own time
|
||||||
|
//message.nonce = Math.floor(Math.random() * 9999 + 1000)
|
||||||
|
|
||||||
// Handle responses for interaction context
|
// Handle responses for interaction context
|
||||||
if(context.editOrRespond){
|
if(context.editOrRespond){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue