Skip to content

Commit

Permalink
use an explicit 64 for PossiblyEphemeralMessage.flags
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Aug 11, 2021
1 parent 32bfdb5 commit b9758e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ declare namespace Eris {
type MessageContent = string | AdvancedMessageContent;
type MFALevel = 0 | 1;
type PossiblyUncachedMessage = Message | { channel: TextableChannel | { id: string; guild?: Uncached }; guildID?: string; id: string };
type PossiblyEphemeralMessage = Message | { id: string; flags: number };
type PossiblyEphemeralMessage = Message | { id: string; flags: 64 };

// Interaction
type InteractionDataOptions = {
Expand Down

0 comments on commit b9758e9

Please sign in to comment.