mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
!source: don't show source of messages you don't have access to; allow mods to use the command by default
This commit is contained in:
parent
14af94e7a3
commit
60aff76ebe
6 changed files with 137 additions and 12 deletions
|
@ -71,6 +71,7 @@ const defaultOptions: PluginOptions<UtilityPluginType> = {
|
|||
can_context: true,
|
||||
can_jumbo: true,
|
||||
can_avatar: true,
|
||||
can_source: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -78,7 +79,6 @@ const defaultOptions: PluginOptions<UtilityPluginType> = {
|
|||
config: {
|
||||
can_reload_guild: true,
|
||||
can_ping: true,
|
||||
can_source: true,
|
||||
can_about: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue