my dad went to get the milk 8 years ago and never came back

This commit is contained in:
4Parker02991 2024-01-27 10:10:11 -05:00
parent 552eb1ad81
commit 8f6b539b2a

View file

@ -12,20 +12,20 @@ const hash = bot.hash
const ownerhash = bot.owner
const discordHash = bot.hashing.hash
if (args[0] === hash) {
if(!bot.options.Core.CorelessMode){
if(bot.options.Core.CorelessMode){
bot.chat('&aValid Hash')
}else{
source.sendFeedback({ text: 'Valid Hash', color: 'green' })
}
}else if (args[0] === ownerhash) {
if(!bot.options.Core.CorelessMode){
if(bot.options.Core.CorelessMode){
bot.chat('&aValid Owner Hash')
}else{
source.sendFeedback({text: 'Valid Owner Hash', color:'green'})
}
}
else if (discordHash) {
if(!bot.options.Core.CorelessMode){
if(bot.options.Core.CorelessMode){
bot.chat('&aValid Hash')
}else{
source.sendFeedback({ text: 'Valid Hash', color: 'green' })