0.3.0 • Published 2 years ago

imperial-discord v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Imperial Discord

A small Discord framework for personal use. It's in its earliest stages.

Installation

npm install imperial-discord discord.js

Example usage (subject to change)

import { GatewayIntentBits } from 'discord.js';
import { Imperial } from 'imperial-discord';

Imperial.start({
  intents: [
    GatewayIntentBits.Guilds,
    GatewayIntentBits.MessageContent,
    GatewayIntentBits.GuildMessages,
    GatewayIntentBits.GuildMessageReactions,
    GatewayIntentBits.GuildVoiceStates,
    GatewayIntentBits.DirectMessages,
  ],
  token: process.env.DISCORD_TOKEN
});

License

MIT.

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago