mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 09:05:59 -04:00
[PR #113] [MERGED] chore: use explicit return types and fix imports #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/javascript-client-sdk/pull/113
Author: @williamhorning
Created: 3/14/2025
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @insertish
Base:
main← Head:explicit-returns-and-imports📝 Commits (2)
f7c75a1chore: use explicit return types and fix importsf7dfebdmerge: remote-tracking branch 'origin/main' into explicit-returns-and-imports📊 Changes
50 files changed (+770 additions, -629 deletions)
View changed files
📝
src/Client.ts(+40 -45)📝
src/classes/BannedUser.ts(+5 -3)📝
src/classes/Bot.ts(+21 -18)📝
src/classes/Channel.ts(+91 -67)📝
src/classes/ChannelUnread.ts(+6 -4)📝
src/classes/ChannelWebhook.ts(+26 -11)📝
src/classes/Emoji.ts(+13 -10)📝
src/classes/File.ts(+8 -8)📝
src/classes/Invite.ts(+15 -9)📝
src/classes/MFA.ts(+24 -21)📝
src/classes/Message.ts(+56 -44)📝
src/classes/MessageEmbed.ts(+19 -24)📝
src/classes/PublicBot.ts(+11 -5)📝
src/classes/PublicInvite.ts(+12 -7)📝
src/classes/Server.ts(+87 -58)📝
src/classes/ServerBan.ts(+10 -7)📝
src/classes/ServerMember.ts(+29 -26)📝
src/classes/Session.ts(+8 -8)📝
src/classes/SystemMessage.ts(+19 -16)📝
src/classes/User.ts(+40 -33)...and 30 more files
📄 Description
see title
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.