summary refs log tree commit diff
path: root/host/Rory-nginx/services/discordbots.nix
blob: 93622e72d9131c569688bc136df2c09f0f6529f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, pkgs, lib, botcore-v4, ... }:

{
  imports =
    [
      botcore-v4.modules.bots
      botcore-v4.modules.frontend
      botcore-v4.modules.dataupdater
      botcore-v4.modules.users
    ];

}