Add comments
This commit is contained in:
parent
14dc0279d7
commit
119609d6a0
1 changed files with 5 additions and 5 deletions
10
version.js
10
version.js
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
botName: 'botv12 Dev',
|
botName: 'botv12 Dev', // Name of the bot
|
||||||
botVersion: '12.0.0-alpha.2',
|
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',
|
botAuthor: 'owo439895035', // The creator of the bot
|
||||||
isPreRelease: true,
|
isPreRelease: true, // If this version is a pre-release version. Used to show a warning in the about command.
|
||||||
sourceURL: 'https://code.chipmunk.land/7cc5c4f330d47060/botv12'
|
sourceURL: 'https://code.chipmunk.land/7cc5c4f330d47060/botv12' // Source code repository URL. This is different from the one in package.json.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue