diff --git a/.github/README.md b/.github/README.md index 0375ae7..9f593dd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,21 +3,26 @@


- Trello - Support Server - Trello - - Kofi - StatusPage -StatusPage - StatusPage + Invite + LICENSE + Trello + + Kofi + StatusPage + StatusPage + StatusPage

+

+ Support Server +

+ + **Cath.exe** is a Multipurpose Discord Bot with many features that include but are not limited to Moderation, Music and Economy. The Call of Duty Stats are courtesy of **Project Lighthouse** by [**Path.exe**](https://www.youtube.com/channel/UC0hvUWYhyx_DOEBzLWEJxsw).

-If you like this bot, feel free to **Star** and **fork** this repository.
+If you like this bot, feel free to :star: **Star** this repository.
# Features @@ -71,7 +76,7 @@ A detailed Deployment guide can be found [here](https://thunder75.gitbook.io/cat -# Support, Feature Request & Bug Reports +

Support, Feature Request & Bug Reports

## Support & Feature Request @@ -82,7 +87,11 @@ To Request new features contact us on Discord using the support server. You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server. -[![Support Server](https://img.shields.io/discord/718762019586572341?label=Support%20Server&logo=Discord&colorB=5865F2&style=for-the-badge&logoColor=white) ](https://discord.gg/SR7TeNJG67) + + +

+ +

Contributors

diff --git a/.github/changelog.md b/.github/changelog.md index 9c18f08..0a6b5ad 100644 --- a/.github/changelog.md +++ b/.github/changelog.md @@ -1 +1,45 @@ -# Will be updated soon with relevent Info \ No newline at end of file +

Changelog

+ +# Release v3.0.0 +In this version we implement Discord.js v13, which introduces slash commands. +we have not implemented all of the commands yet, the moderation commands especially. +To stay up-to-date with our progress, check out our discord server & the Trello page. + +# Release v2.1.0 +New & Improved API for client and commands. +## Added + +- Superscript +- Doublestruck (Fonts/Symbols generator) +- rickroll (For rickroll) +- quote +- triggered +- rank (Image generator) +- Emojiadd command(It works normally with image and links) +- Emoji not showing normally on help and shop command +- Case insensitive prefix +- Now it can reply with c. and also C. +- Improved economy system + +# Release v2.0.1 +No Description + +## Added +- Docs +- Suggest +- Dependencies + +## Modified/Updates +- Moderation Commands + - Ban + - Pin +- Dependencies + +## Removed +- All the Server specific refrences + +# Release v2.0-BETA + Initial Commit + +# Release v1.0.0 +The bot was not open source & only Night worked on it. \ No newline at end of file diff --git a/.github/issue_template/bug-report.md b/.github/issue_template/bug-report.md deleted file mode 100644 index 9c18f08..0000000 --- a/.github/issue_template/bug-report.md +++ /dev/null @@ -1 +0,0 @@ -# Will be updated soon with relevent Info \ No newline at end of file diff --git a/.github/issue_template/bug-report.yml b/.github/issue_template/bug-report.yml new file mode 100644 index 0000000..524b00d --- /dev/null +++ b/.github/issue_template/bug-report.yml @@ -0,0 +1,62 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug, triage] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 1.0.2 (Default) + - 1.0.3 (Edge) + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file diff --git a/.github/issue_template/feature_request.md b/.github/issue_template/feature_request.md index 9c18f08..7f076dc 100644 --- a/.github/issue_template/feature_request.md +++ b/.github/issue_template/feature_request.md @@ -1 +1,20 @@ -# Will be updated soon with relevent Info \ No newline at end of file +--- +name: "\U0001F680 Feature request" +about: Suggest an idea for this project + +--- + + + +**Is your feature request related to a problem? Please describe.** +Please describe the problem you are trying to solve. + +**Describe the solution you'd like** +Please describe the desired behavior. + +**Describe alternatives you've considered** +Please describe alternative solutions or features you have considered. \ No newline at end of file