exportconstconfig={// !! 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
'username':'',// Username for the account that will access your DB, this account will need "DB Manager" admin rights and "REFERENCES" Global Privileges
'password':'',// Password for the account, user account may need to be authenticated with the "Standard" Authentication Type if this does not work out of the box
'name':'',// Name of the database Schema to use for the bot
'defaultDateFormat':'MONTH/DAY/YEAR',// Default format that Group Up will suggest to the user. Must match one of the options in the 'DateTimeFormats' enum inside 'src/buttons/event-creation/dateTimeUtils.ts'
'logChannel':0n,// Discord channel ID where the bot should put startup messages and other error messages needed, OPTIONAL
'reportChannel':0n,// Discord channel ID where reports will be sent when using the built-in report command, OPTIONAL
'devServer':0n,// Discord guild ID where testing of indev features/commands will be handled, used in conjunction with the DEVMODE bool in mod.ts, OPTIONAL
'body':{// Data payload to send to the bot list, will be turned into a string and any ?{} will be replaced with the required value, currently only has ?{server_count}
'param_name':'?{param_value}',// Add more params as needed