forked from Galactic/galactic-bot
blergh
This commit is contained in:
parent
a41383d0ae
commit
68066db1bb
@ -16,7 +16,8 @@ class MessageLog extends Setting {
|
||||
ignore: [],
|
||||
bypass: [],
|
||||
attachments: false,
|
||||
webhook: null
|
||||
webhook: null,
|
||||
enabled: false
|
||||
},
|
||||
definitions: {
|
||||
channel: 'GUILD_TEXT',
|
||||
@ -137,7 +138,7 @@ class MessageLog extends Setting {
|
||||
return [
|
||||
{
|
||||
name: 'GENERAL_STATUS',
|
||||
value: guild.format('GENERAL_STATE', { bool: Boolean(setting.channel) }, { code: true }),
|
||||
value: guild.format('GENERAL_STATE', { bool: Boolean(setting.enabled) }, { code: true }),
|
||||
inline: true
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user