error: Uncaught TypeError: Cannot read property 'id' of undefined let user: User = client.users.get(author.id); ^ at buildMessage (https://deno.land/x/katana/src/utils/resolvers.ts:252:44) at TextChannel.send (https://deno.land/x/katana/src/models/channels/TextChannel.ts:57:20)
error: Uncaught TypeError: Cannot read property 'id' of undefined
let user: User = client.users.get(author.id);
^
at buildMessage (https://deno.land/x/katana/src/utils/resolvers.ts:252:44)
at TextChannel.send (https://deno.land/x/katana/src/models/channels/TextChannel.ts:57:20)