feat: personality
This commit is contained in:
@@ -842,7 +842,7 @@ export function App({ gw }: { gw: GatewayClient }) {
|
||||
return true
|
||||
|
||||
default:
|
||||
rpc('slash.exec', { command: cmd.slice(1), session_id: sid })
|
||||
gw.request('slash.exec', { command: cmd.slice(1), session_id: sid })
|
||||
.then((r: any) => {
|
||||
if (r?.output) {
|
||||
sys(r.output)
|
||||
|
||||
Reference in New Issue
Block a user