18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
meta {
|
|
name: Unban Channel
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:8166/api/channel/unban?user=[discord-user-id]&a=[discord-user-id]&channel=[discord-channel-id]
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
user: [discord-user-id]
|
|
a: [discord-user-id]
|
|
channel: [discord-channel-id]
|
|
}
|