mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 00:43:49 -04:00
Add new activities for current D2 season
This commit is contained in:
@@ -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
|
||||||
[](https://sonarcloud.io/summary/new_code?id=GroupUp)
|
[](https://sonarcloud.io/summary/new_code?id=GroupUp)
|
||||||
[](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp)
|
[](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp) [](https://sonarcloud.io/summary/new_code?id=GroupUp)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const config = {
|
export const config = {
|
||||||
'name': 'Group Up', // Name of the bot
|
'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
|
'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"
|
'localToken': 'local_testing_token', // Discord API Token for a secondary OPTIONAL testing bot, THIS MUST BE DIFFERENT FROM "token"
|
||||||
'prefix': '/', // Prefix for all commands
|
'prefix': '/', // Prefix for all commands
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ export const Activities: Array<Activity> = [
|
|||||||
{
|
{
|
||||||
name: 'Dungeons',
|
name: 'Dungeons',
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Ghosts of the Deep',
|
||||||
|
maxMembers: 3,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Spire of the Watcher',
|
name: 'Spire of the Watcher',
|
||||||
maxMembers: 3,
|
maxMembers: 3,
|
||||||
@@ -145,8 +149,16 @@ export const Activities: Array<Activity> = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Miscellaneous',
|
name: 'Miscellaneous/Seasonal',
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Fishing',
|
||||||
|
maxMembers: 3,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Deep Dive',
|
||||||
|
maxMembers: 3,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Defiant Battlegrounds',
|
name: 'Defiant Battlegrounds',
|
||||||
maxMembers: 3,
|
maxMembers: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user