# BotConfig

`interface` in `types` · v0.7.1

<https://docs.seedcord.org/packages/types/0.7.1/interfaces/bot-config>

Discord bot configuration

```ts
interface BotConfig
```

## Properties

### clientOptions

```ts
clientOptions: ClientOptions;
```

Discord.js ClientOptions passed directly to the Client constructor

### commands

```ts
commands: CommandsConfig;
```

### emojis

```ts
emojis: EmojiConfig;
```

Optional emoji map. Each value is an emoji name loaded from your application emojis, or a `[name, guildId]` tuple loaded from that guild (the guild needs the Guilds intent). Run `seedcord codegen` after changing this to type the `Emojis` accessor.

### events

```ts
events: EventsConfig;
```

### interactions

```ts
interactions: InteractionsConfig;
```
