You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed imports inside [`Presence`](https://github.com/Googool/PaperJDA/blob/master/src/main/java/com/googool/github/paperjda/Events/Presence.java) and [`CommandManager`](https://github.com/Googool/PaperJDA/blob/master/src/main/java/com/googool/github/paperjda/Commands/CommandManager.java) files because of the `ReadyEvent` changes in the newest JDA [release](https://github.com/DV8FromTheWorld/JDA/releases/tag/v5.0.0-alpha.21).
10
19
11
20
12
21
## [1.2.0] - *Saturday, October 1st 2022*
13
22
14
23
*Note: Status and Presence options has been placed as comments inside the file.*
15
24
16
25
### Added
17
-
- Added an option for setting the [`Presence`](https://github.com/Googool/PaperJDA/blob/master/src/main/java/com/googool/github/paperjda/Events/Presence.java) of the application
26
+
- Added an option for setting the `Presence` of the application
18
27
19
28
### Fixed
20
-
- Fixed an issue with committing to the [`master`](https://github.com/Googool/PaperJDA) branch
29
+
- Fixed an issue with committing to the `master` branch
30
+
21
31
22
32
## [1.1.0] - *Friday, September 30th 2022*
23
33
24
34
*Note: Creating commands is still done the same way as in the previous version. This might change in a future version.*
25
35
26
36
### Added
27
37
- Added a [`CommandManager`](https://github.com/Googool/PaperJDA/blob/master/src/main/java/com/googool/github/paperjda/Commands/CommandManager.java) to manage Discord commands
28
-
- Added `/ping` as a command
38
+
- Added [`/ping`](https://github.com/Googool/PaperJDA/blob/master/src/main/java/com/googool/github/paperjda/Commands/Discord/Ping.java) as a command
0 commit comments