mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .doas command which executes the command as if you were the target user
This commit is contained in:
@@ -1383,4 +1383,7 @@ patronmessage:
|
||||
eval:
|
||||
- eval
|
||||
autopublish:
|
||||
- autopublish
|
||||
- autopublish
|
||||
doas:
|
||||
- doas
|
||||
- execas
|
@@ -2345,4 +2345,8 @@ threaddelete:
|
||||
autopublish:
|
||||
desc: "Make the bot automatically publish all messages posted in the news channel this command was executed in."
|
||||
args:
|
||||
- ""
|
||||
- ""
|
||||
doas:
|
||||
desc: "Execute the command as if you were the target user. Requires bot ownership and server administrator permission."
|
||||
args:
|
||||
- "@Thief .give all @Admin"
|
||||
|
Reference in New Issue
Block a user