Skip to content

Commit

Permalink
Add new activities for current D2 season
Browse files Browse the repository at this point in the history
  • Loading branch information
Burn-E99 committed May 25, 2023
1 parent fe9976b commit b791946
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Group Up - An Event Scheduling Discord Bot | V1.0.1 - 2022/05/04
# Group Up - An Event Scheduling Discord Bot | V1.0.2 - 2022/05/25
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-orange.svg)](https://sonarcloud.io/summary/new_code?id=GroupUp)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=GroupUp) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=GroupUp) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=GroupUp) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=bugs)](https://sonarcloud.io/summary/new_code?id=GroupUp) [![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=GroupUp) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=GroupUp&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=GroupUp)

Expand Down
2 changes: 1 addition & 1 deletion config.example.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
'name': 'Group Up', // Name of the bot
'version': '1.0.1', // Version of the bot
'version': '1.0.2', // Version of the bot
'token': 'the_bot_token', // Discord API Token for this bot
'localToken': 'local_testing_token', // Discord API Token for a secondary OPTIONAL testing bot, THIS MUST BE DIFFERENT FROM "token"
'prefix': '/', // Prefix for all commands
Expand Down
14 changes: 13 additions & 1 deletion src/buttons/event-creation/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const Activities: Array<Activity> = [
{
name: 'Dungeons',
options: [
{
name: 'Ghosts of the Deep',
maxMembers: 3,
},
{
name: 'Spire of the Watcher',
maxMembers: 3,
Expand Down Expand Up @@ -145,8 +149,16 @@ export const Activities: Array<Activity> = [
],
},
{
name: 'Miscellaneous',
name: 'Miscellaneous/Seasonal',
options: [
{
name: 'Fishing',
maxMembers: 3,
},
{
name: 'Deep Dive',
maxMembers: 3,
},
{
name: 'Defiant Battlegrounds',
maxMembers: 3,
Expand Down

0 comments on commit b791946

Please sign in to comment.