# Configuring Solix Fun

Solix Fun is a very simple module to configure, and has very few moving parts. The config is self-explanatory and does not require extra explanation.&#x20;

```yaml
enabled: true # Whether this module is enabled

prohibitedChannels: 
  enabled: false # Enable the prohibited channels
  channels: # Array of prohibited channels.
    - "CHANNEL_ID"

commands:  # Whether these commands are enabled
  eightball: 
    enabled: true 
  catfact:
    enabled: true
  cat:
    enabled: true
  meme:
    enabled: true
  fact:
    enabled: true
  dice: 
    enabled: true
```
