Bugfix
This commit is contained in:
parent
bfb97c91e4
commit
e611f84cfa
2 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,7 @@ const aboutBot = c => {
|
|||
})
|
||||
}
|
||||
c.reply({ text: '' })
|
||||
if(settings.officialUbot){
|
||||
if(settings.officialUbotRealFullVersionFreeTwoThousandTwentyOneSafeNoVirusWorkingGenerator){
|
||||
c.reply({
|
||||
text: getMessage(c.lang, 'command.about.license'),
|
||||
color: c.colors.secondary
|
||||
|
|
|
@ -16,8 +16,7 @@ export default {
|
|||
'ubotdev:',
|
||||
'es"',
|
||||
'd"'
|
||||
],
|
||||
officialUbot: false // Used in production to show correct information in about command. If you set this to true, or otherwise remove the check, please ensure that you still comply with the license
|
||||
],
|
||||
servers: [ // Server list
|
||||
{
|
||||
host: 'kaboom.pw', // Server address
|
||||
|
|
Loading…
Add table
Reference in a new issue