add /coal and /version

This commit is contained in:
Yusur 2025-03-23 14:33:06 +01:00
parent 4765ebf22c
commit 51b55bad36
18 changed files with 534 additions and 16 deletions

View file

@ -14,8 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { config as configDotenv } from 'dotenv';
configDotenv();
import "./initConfig";
import { GatewayIntentBits, Events, Interaction, ChatInputCommandInteraction } from 'discord.js';
import { MyClient } from './client';