Skip to content

Commit

Permalink
Completed the HopperBot.java Monaco virtual-file
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Jun 15, 2024
1 parent a2367f1 commit 2759733
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/lib/media/monaco-viewer/virtual-files/java/HopperBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

public final class HopperBot {
public static void main(String[] args) {
System.out.println("In April 2022, I started re-developing HopperBot using JDA (Java Discord API)");
// TODO: Finish
System.out.println("In April 2022, I started re-developing HopperBot using JDA (Java Discord API), with a heavier focus on OOP");
// Find out about the original version of HopperBot in `/python/HopperBot (old).py`
System.out.println("It currently includes the following features:");
System.out.println("- Info commands");
System.out.println("- Listing servers it is in");
System.out.println("- Leave messages");
System.out.println("- Purging");
System.out.println("- Polls");
System.out.println("- Automatically generating numbered VCs");
System.out.println("- A playlist");
System.out.println("The following features are also planned:");
System.out.println("- An economy");
System.out.println("- A crowd-sourced alchemy 'game'");
// https://github.com/hopperelec/HopperBot-Java/
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HopperBot is the Discord bot I use for most Discord servers I create or moderate.
It was originally developed using Discord.py and included the following features before I switched to JDA:
- Info commands
- Moderation logging
- Purging
- Polls
Expand Down

0 comments on commit 2759733

Please sign in to comment.