()
| 120 | } |
| 121 | async updateCard(): Promise<void> {} |
| 122 | async editMessage(): Promise<void> {} |
| 123 | async recallMessage(): Promise<void> {} |
| 124 | async downloadResource(): Promise<Buffer> { |
| 125 | return Buffer.from(""); |
nothing calls this directly
no outgoing calls
no test coverage detected