[AB-365] introducing slash commands for a selection of commands

adding method for pinning a message
moving suggestion to correct deployment
This commit is contained in:
Sheldan
2022-05-17 00:39:06 +02:00
parent 1913bc930d
commit 1d6de3f1e8
286 changed files with 8021 additions and 3065 deletions

View File

@@ -0,0 +1,5 @@
package dev.sheldan.abstracto.starboard.config;
public class StarboardSlashCommandNames {
public static final String STARBOARD = "starboard";
}