mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 08:53:49 -04:00
@@ -1,4 +1,4 @@
|
|||||||
# Group Up - An Event Scheduling Discord Bot | V1.1.1 - 2024/05/21
|
# Group Up - An Event Scheduling Discord Bot | V1.1.2 - 2024/05/21
|
||||||
[](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 = { // !! NOTICE !! All fields below are required unless they are explicitly noted as OPTIONAL. If a field is OPTIONAL, do not remove it from this file, just leave it at the default value
|
export const config = { // !! NOTICE !! All fields below are required unless they are explicitly noted as OPTIONAL. If a field is OPTIONAL, do not remove it from this file, just leave it at the default value
|
||||||
'name': 'Group Up', // Name of the bot
|
'name': 'Group Up', // Name of the bot
|
||||||
'version': '1.1.1', // Version of the bot
|
'version': '1.1.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 SHOULD BE DIFFERENT FROM "token"
|
'localToken': 'local_testing_token', // Discord API Token for a secondary OPTIONAL testing bot, THIS SHOULD BE DIFFERENT FROM "token"
|
||||||
'prefix': '/', // Prefix for all commands, as this bot uses slash commands, this needs to be '/'
|
'prefix': '/', // Prefix for all commands, as this bot uses slash commands, this needs to be '/'
|
||||||
|
|||||||
@@ -164,6 +164,10 @@ export const Activities: Array<Activity> = [
|
|||||||
name: 'The Whisper',
|
name: 'The Whisper',
|
||||||
maxMembers: 3,
|
maxMembers: 3,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Presage',
|
||||||
|
maxMembers: 3,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user