Solix
  • Solix
  • Changelog
    • v0.0.4
    • v0.0.3
    • v0.0.2
  • Quick Start guide
    • Getting started
      • Installing Solix
      • Configuring Solix
      • Configuring Modules
  • Modules
    • Converting
      • Configuring Solix Converting
    • Utility
      • Configuring Solix Utility
    • Logging
      • Configuring Solix Logging
    • Fun
      • Configuring Solix Fun
    • Payments
      • Configuring Solix Payments
    • Ticketing
      • Configuring Solix Ticketing
    • Moderation
      • Configuring Solix Moderation
  • Developer Guide
    • Getting started as a developer
    • How to create a module
Powered by GitBook
On this page
  1. Modules
  2. Fun

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.

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
PreviousFunNextPayments

Last updated 10 months ago