[PR #54] [MERGED] 2006ReBot Update #5155

Closed
opened 2026-05-27 12:21:03 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/54
Author: @Dark98
Created: 10/13/2019
Status: Merged
Merged: 10/13/2019
Merged by: @dginovker

Base: masterHead: master


📝 Commits (1)

📊 Changes

8 files changed (+130 additions, -14 deletions)

View changed files

📝 2006Redone Server/src/redone/integrations/discord/JavaCord.java (+9 -14)
2006Redone Server/src/redone/integrations/discord/commands/Commands.java (+25 -0)
2006Redone Server/src/redone/integrations/discord/commands/Forum.java (+15 -0)
2006Redone Server/src/redone/integrations/discord/commands/Hiscores.java (+15 -0)
2006Redone Server/src/redone/integrations/discord/commands/Online.java (+16 -0)
2006Redone Server/src/redone/integrations/discord/commands/Players.java (+20 -0)
2006Redone Server/src/redone/integrations/discord/commands/Vote.java (+15 -0)
2006Redone Server/src/redone/integrations/discord/commands/Website.java (+15 -0)

📄 Description

Separated commands into own classes
added a few more simple af commands to make bot a bit more useful


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/54 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/13/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f366534`](https://github.com/2006-Scape/2006Scape/commit/f36653432e1c59aa2d496fede1a1729d03eb9c9b) 2006ReBot Update ### 📊 Changes **8 files changed** (+130 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/integrations/discord/JavaCord.java` (+9 -14) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Commands.java` (+25 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Forum.java` (+15 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Hiscores.java` (+15 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Online.java` (+16 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Players.java` (+20 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Vote.java` (+15 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Website.java` (+15 -0) </details> ### 📄 Description Separated commands into own classes added a few more simple af commands to make bot a bit more useful --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-27 12:21:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#5155