mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
bring back the funny
This commit is contained in:
parent
4c9be4a6b0
commit
41ce78dbe8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports.editOrReply = function(context, message, disableReference = false
|
||||||
if(!message.allowedMentions) message.allowedMentions = {parse: [], repliedUser: false}
|
if(!message.allowedMentions) message.allowedMentions = {parse: [], repliedUser: false}
|
||||||
|
|
||||||
// you can figure out what this does on your own time
|
// you can figure out what this does on your own time
|
||||||
//message.nonce = Math.floor(Math.random() * 9999 + 1000)
|
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