This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aiden <amb@aspy.dev>
- Loading branch information
Showing
9 changed files
with
469 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: SomeAspy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Cyanea | ||
|
||
> A custom bot for [Doujin Dojo](https://discord.gg/xsKF5U5aKw) | ||
## Use it yourself | ||
|
||
1. Rename `example.env` to `.env` | ||
2. Rename `/db/db.example.json` to `/db/db.json` | ||
3. Replace `PASTE YOUR TOKEN HERE` with your bot token | ||
4. Run `pnpm i` in the bot folder | ||
5. Run `pnpm run start` in the bot folder | ||
|
||
- This bot uses a local database in db.json, see /db/db.example.json | ||
- Requires Node v18.0.0+ - Not tested on LTS | ||
|
||
### This was a paid commission |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Wanted Features: | ||
- ~~Ban~~ | ||
- ~~Kick~~ | ||
- Mute | ||
- ~~Timeout~~ | ||
- See Muted Channel | ||
- Music | ||
- Deafen | ||
- VC Mute | ||
- ~~Add Role~~ | ||
- Auto Give Role | ||
- ~~React To Phrases~~ | ||
- ~~Text Back to Phrases~~ | ||
- Black/Whitelist Links | ||
- Search Images On Google | ||
- Website | ||
|
||
### Privileged Intents: | ||
- Message Content Intent | ||
- React to phrases | ||
- Text back to phrases | ||
- Black/Whitelist links | ||
- Server Members Intent | ||
- Auto give role | ||
|
||
TODO: | ||
- Fix Ban/Kick Not Taking IDs | ||
- ~~Gracefully Crash On Bad Database~~ | ||
- Move away from JSON Database |