-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* full rewrite * added feadback command * added issue templates * bug fix * updated select menu README * added instructions on how to add modals and buttons * added README for events * added message * fixed perm check * updated error message * Update README.md * Update README.md * fixed misspelling * Update PR template * updated perms * remove unused file * removed unused file * updated readmes * bug fix * bug fix
- Loading branch information
Showing
153 changed files
with
3,559 additions
and
9,963 deletions.
There are no files selected for viewing
This file was deleted.
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 |
---|---|---|
@@ -1,35 +1,4 @@ | ||
# Required for minimum function | ||
CLIENT_ID= | ||
TOKEN=<BOT TOKEN> | ||
TEST_GUILD=<TEST GUILD ID> | ||
TRACKING_GUILD=<TEST GUILD ID> | ||
DB_URI=<MONGO TEST URI> | ||
OWNERS= | ||
LOG_LEVEL=debug | ||
ENV=test | ||
API_AUTH=123 | ||
API_ENDPOINT= | ||
TOKEN = BOT_TOKEN | ||
GUILDID = GUILD_ID | ||
|
||
# Other parameters | ||
TRACKING_CHANNEL= | ||
VERIFY_EMOJI=✅ | ||
CONNECT_EMOJI=🤝 | ||
LINKED_EMOJI=🔗 | ||
REFUSED_EMOJI=❌ | ||
STATE_LEAD_RENAMEABLE_CHANNELIDS= | ||
STATE_LEAD_ROLE_ID= | ||
STATE_COMMITTEE_ROLE_ID= | ||
REGIONAL_ROLE_ID= | ||
SME_ROLE_IDS= | ||
WEBSITE_FORM_FILLED_ROLE_ID= | ||
PENDING_RULES_AGREEMENT_ROLE_ID= | ||
ALTDENTIFIER_ROLE_ID= | ||
VERIFIED_ROLE_ID= | ||
PROPOSALS_CHANNEL_ID= | ||
SME_LEAD_CHANNEL_ID= | ||
ERROR_WEBHOOK=<GET WEBHOOK FROM LOG CHANNEL IN TEST SERVER> | ||
EVENT_CATEGORY_ID= | ||
EVENT_LOG_CHANNEL_ID= | ||
AMPLIFY_CHANNEL_ID= | ||
AMPLIFY_EMOJI=📶 | ||
AMPLIFY_ROLE_ID= |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,26 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Discord Username | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. wumpus | ||
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 |
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 @@ | ||
blank_issues_enabled: true |
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,24 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "[request]: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this request! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Discord Username | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. wumpus | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: desiered-outcome | ||
attributes: | ||
label: what would you like to see | ||
description: Also tell us, your idea | ||
placeholder: Tell us what you would like to see! | ||
validations: | ||
required: true |
This file was deleted.
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,7 @@ | ||
# [New Fuction]: feturename | ||
[Short description] | ||
|
||
## Full description | ||
- Why is this feture needed | ||
- Does this affect another systems | ||
- Is this related to an exsiting [Issue](https://github.com/Progressive-Victory/crm-bot/issues)? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"extends": [ | ||
"development" | ||
], | ||
"hints": { | ||
"typescript-config/strict": "off" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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
Oops, something went wrong.