Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Ducks: Added the ducks module (woo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus committed Aug 28, 2023
1 parent f02af29 commit f5d37a5
Show file tree
Hide file tree
Showing 3 changed files with 1,096 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {GatewayIntentBits, Client} from 'discord.js';
export const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildPresences,
Expand Down
Loading

0 comments on commit f5d37a5

Please sign in to comment.