Skip to content

Commit

Permalink
chore: remove autoresponses
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Oct 19, 2023
1 parent d0b7bc6 commit 3c4de50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
<a href="https://discord.gg/djs"><img src="https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
</p>
</div>

## 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
```
15 changes: 0 additions & 15 deletions autoresponses/autoresponses.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c4de50

Please sign in to comment.