bring back the funny

This commit is contained in:
derpystuff 2024-04-13 13:04:59 +02:00
parent 4c9be4a6b0
commit 41ce78dbe8

View file

@ -10,7 +10,7 @@ module.exports.editOrReply = function(context, message, disableReference = false
if(!message.allowedMentions) message.allowedMentions = {parse: [], repliedUser: false}
// 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
if(context.editOrRespond){