Testing thing

This commit is contained in:
SileNce5k 2022-01-18 13:39:06 +01:00
parent 72a6d78003
commit 921eb318bc

View file

@ -59,7 +59,7 @@ module.exports = {
let regex = /<prefix>/g let regex = /<prefix>/g
commands = commands.replace(regex, prefix) commands = commands.replace(regex, prefix)
embed.addFields( embed.addFields(
{ name: "General", value: commands }, { name: " ", value: commands },
) )
if(commands === false){ if(commands === false){
message.channel.send("There is no command with that name"); message.channel.send("There is no command with that name");