feat(permissions): Adds server permissions
This commit is contained in:
parent
d46bbd84c5
commit
cf9c88a2d6
24 changed files with 415 additions and 69 deletions
|
|
@ -4,11 +4,13 @@ import {GroupCommand} from "./Groups";
|
|||
import {PlaydatesCommand} from "./Playdates";
|
||||
import {RESTPostAPIChatInputApplicationCommandsJSONBody} from "discord.js";
|
||||
import {Nullable} from "../../types/Nullable";
|
||||
import {ServerCommand} from "./Server";
|
||||
|
||||
const commands: Set<Command> = new Set<Command>([
|
||||
new HelloWorldCommand(),
|
||||
new GroupCommand(),
|
||||
new PlaydatesCommand()
|
||||
new PlaydatesCommand(),
|
||||
new ServerCommand()
|
||||
]);
|
||||
|
||||
export default class Commands {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue