2024-11-19 19:50:33 -05:00
|
|
|
export default {
|
2024-11-20 02:12:59 -05:00
|
|
|
botName: 'botv12 Dev', // Name of the bot
|
|
|
|
botVersion: '12.0.0-alpha.2', // Version of the bot. This is different from the one in package.json, which has to be updated seperately.
|
|
|
|
botAuthor: 'owo439895035', // The creator of the bot
|
2024-11-20 02:15:07 -05:00
|
|
|
isPreRelease: true, // If this version is a pre-release version. Used by the about command to show a warning if set to true.
|
2024-11-20 02:12:59 -05:00
|
|
|
sourceURL: 'https://code.chipmunk.land/7cc5c4f330d47060/botv12' // Source code repository URL. This is different from the one in package.json.
|
2024-11-19 20:05:19 -05:00
|
|
|
}
|