javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

Add Integration tests for VoiceRequest #140

Closed surajkumar closed 1 month ago

surajkumar commented 1 month ago

As a user I want to...

have confidence in the framework that I am using

So that...

I can write discord applications knowing the code works

Context

We need to write integration tests to ensure that our integration with discord is working as expected.

Acceptance Criteria