General settings

DeleterApi/private/guilds/:id/general

Get Guild's General Settings

GET https://api.deleter.xyz/stable/private/guilds/:id/general

This endpoint allows you to get guild's general settings.

Headers

Name
Type
Description

Authorization

string

Bearer FfuydfggjFGuyrg 247734710682255361

{
  prefix: '-',
  color: '#ffc622',
  lang: { commands: 'ru', interface: 'ru' },
  ignore: { 
    role: [ /* ignore commands from roles */ ], 
    channel: [ /* ignore commands in channels */ ] 
  }
}

Save Guild's General Settings

PATCH https://api.deleter.xyz/stable/private/guilds/:id/general

Headers

Name
Type
Description

Authorization

string

Bearer FfuydfggjFGuyrg 247734710682255361

Request Body

Name
Type
Description

Color

string

#hexColor that changes bot's embeds color

Ignore

object

channel: Array<ID>, role: Array<ID>

Lang

object

interface: AnyLang, commands: AnyLang

Prefix

string

Bot's prefix on this guild

Last updated