Creacion de la AEditor Basicamente un Editor solo para el bot
feat: Add new commands for Discord bot - Implemented "Everyone" command that replies to the user when executed. - Added "sdfsdfsdf" command with an alias "dfsf" that also replies to the user. - Enhanced the command structure with type definitions for better type safety.
This commit is contained in:
13
AEditor/src-tauri/capabilities/default.json
Normal file
13
AEditor/src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"dialog:default",
|
||||
"core:path:default",
|
||||
"core:event:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user