mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 00:43:49 -04:00
v0.5.8 - Season 19 activities
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Group Up - An Event Scheduling Discord Bot | V0.5.7 - 2022/08/27
|
# Group Up - An Event Scheduling Discord Bot | V0.5.8 - 2022/12/09
|
||||||
[](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': '0.5.7', // Version of the bot
|
'version': '0.5.8', // 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': 'gu!', // Prefix for all commands
|
'prefix': 'gu!', // Prefix for all commands
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export const LFGActivities = {
|
|||||||
'Last Wish': 6,
|
'Last Wish': 6,
|
||||||
},
|
},
|
||||||
'Dungeons': {
|
'Dungeons': {
|
||||||
|
'Spire of the Watcher': 3,
|
||||||
'Duality': 3,
|
'Duality': 3,
|
||||||
'Grasp of Avarice': 3,
|
'Grasp of Avarice': 3,
|
||||||
'Prophecy': 3,
|
'Prophecy': 3,
|
||||||
@@ -27,12 +28,14 @@ export const LFGActivities = {
|
|||||||
'Gambit (Classic)': 4,
|
'Gambit (Classic)': 4,
|
||||||
'Gambit (Private Match)': 8,
|
'Gambit (Private Match)': 8,
|
||||||
},
|
},
|
||||||
/* "Exotic Missions": {
|
"Exotic Missions": {
|
||||||
|
'Operation: Seraph\'s Shield': 3,
|
||||||
// "Presage": 3,
|
// "Presage": 3,
|
||||||
// "Harbinger": 3
|
// "Harbinger": 3
|
||||||
}, */
|
},
|
||||||
'Nightfall': 3,
|
'Nightfall': 3,
|
||||||
'Miscellaneous': {
|
'Miscellaneous': {
|
||||||
|
'Heist Battlegrounds': 3,
|
||||||
'Ketchrash': 6,
|
'Ketchrash': 6,
|
||||||
'Expedition': 3,
|
'Expedition': 3,
|
||||||
'Weekly Witch Queen Campaign Mission': 3,
|
'Weekly Witch Queen Campaign Mission': 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user