Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artbot small changes #613

Merged
merged 2 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/curated-project-bot-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Curated Project Bot Support
about: 'Ticket for requesting bot support for a new Curated project. '
title: '[CURATED PROJECT] Project #N'
labels: curated, project-query-support
assignees: jakerockland, grantoesterling
assignees: grantoesterling
---

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: New Command
about: 'Ticket for requesting a new command (e.g. 'staysafe?') or trigger (e.g. 'otc')'
title: 'New Command: <COMMAND_NAME>'
labels: command
assignees: jakerockland, grantoesterling
assignees: grantoesterling
---

######################################################################
Expand Down
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/new-project-alias.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Project Alias
about: 'Ticket for requesting bot support for new project aliases.'
title: '[ALIAS] Project #N'
labels: project-query-support
assignees: grantoesterling
---

######################################################################

Please fill out the template below and then delete everything within the #'s here, it is purely informational for help filing this ticket.

For example, this is what it would look like for Project 23, Archetype

- Project Name: "Archetype"
- New Alias(es): "archies", "arch", "arches"

######################################################################

- Project Title:
- New Alias(es):
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-project-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Project Named Set
about: 'Ticket for requesting bot support for new named sets. '
title: '[SETS] Project #N'
labels: project-query-support
assignees: jakerockland, grantoesterling
assignees: grantoesterling
---

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-project-singles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Project Named Singles
about: 'Ticket for requesting bot support for new named singles. '
title: '[SINGLES] Project #N'
labels: project-query-support
assignees: jakerockland, grantoesterling
assignees: grantoesterling
---

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/playground-project-bot-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Playground Project Bot Support
about: Ticket for requesting bot support for a new Playground project
title: '[PLAYGROUND PROJECT] Project #N'
labels: playground, project-query-support
assignees: jakerockland, grantoesterling
assignees: grantoesterling
---

######################################################################
Expand Down
11 changes: 8 additions & 3 deletions src/ProjectConfig/channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,10 @@
"941216187222753320": {
"name": "marcelo-soria-rodríguez",
"projectBotHandlers": {
"default": "267"
"default": "267",
"stringTriggers": {
"477": ["siempre en mí, siempre en ti", "siempre"]
}
}
},
"935789872315260948": {
Expand Down Expand Up @@ -510,7 +513,8 @@
"solar",
"transits",
"transit"
]
],
"475": ["recollection"]
}
}
},
Expand Down Expand Up @@ -548,7 +552,8 @@
"projectBotHandlers": {
"default": "328",
"stringTriggers": {
"366": ["sandaliya"]
"366": ["sandaliya"],
"479": ["bakhoor assandal"]
}
}
},
Expand Down
1 change: 1 addition & 0 deletions src/ProjectConfig/project_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"salt": "Such A Lovely Time",
"seaham": "sail-o-bots",
"seahams": "sail-o-bots",
"siempre": "siempre en mí, siempre en ti",
"spaghetti": "Spaghettification",
"squigs": "Chromie Squiggle",
"tavbvmicwmg": "Themes and Variations",
Expand Down
Loading