harmonyland / harmony

An easy to use Discord API Library for Deno.
https://harmony.mod.land
MIT License
318 stars 48 forks source link

FIX: TypeError `this.request` now returns `Promise<T>` and not `Promise<T | undefined>` #335

Closed MierenManz closed 1 year ago

MierenManz commented 1 year ago

About

FIX: TypeError this.request now returns Promise<T> and not Promise<T | undefined>

Status