Testing thing
This commit is contained in:
parent
72a6d78003
commit
921eb318bc
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue