diff --git a/README.md b/README.md index 74abb0a..06fb6f6 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,16 @@ Discord server

+ +## Auto response format + +```toml +[unique-name] +keyphrases = ["lowercase phrase to match"] +content = """ +Supports easy +Multi line strings +""" +reply = true # reply or just send a message +mention = true # mention author, if replying +``` diff --git a/autoresponses/autoresponses.toml b/autoresponses/autoresponses.toml index 391a379..e69de29 100644 --- a/autoresponses/autoresponses.toml +++ b/autoresponses/autoresponses.toml @@ -1,15 +0,0 @@ -[text-v14] -keyphrases = ["istextbased is not a function"] -content = """ -Use `v14.11.0` or newer of discord.js: `npm i discord.js@latest` *(more: https://discord.com/channels/222078108977594368/1091094485754187907/1091094485754187907 )* -""" -mention = true -reply = true - -[text-v13] -keyphrases = ["istext is not a function"] -content = """ -Use `v13.14.0` or newer of discord.js: `npm i discord.js@v13-lts` *(more: https://discord.com/channels/222078108977594368/1091094485754187907/1091094485754187907 )* -""" -mention = true -reply = true