summary refs log tree commit diff
path: root/util/src/config/types/DefaultsConfiguration.ts
blob: c3171a01438898877e353e7ec96dcc5607f538e1 (plain) (blame)
1
2
3
4
5
import { GuildDefaults } from ".";

export class DefaultsConfiguration {
    guild: GuildDefaults = new GuildDefaults();
}