[PR #66] [MERGED] Discord Bot Update #293

Closed
opened 2026-05-15 02:56:59 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

📊 Changes

6 files changed (+67 additions, -5 deletions)

View changed files

📝 2006Redone Server/src/redone/Server.java (+2 -0)
2006Redone Server/src/redone/integrations/discord/DiscordActivity.java (+26 -0)
📝 2006Redone Server/src/redone/integrations/discord/JavaCord.java (+3 -1)
📝 2006Redone Server/src/redone/integrations/discord/commands/Commands.java (+6 -4)
2006Redone Server/src/redone/integrations/discord/commands/HeatMap.java (+15 -0)
2006Redone Server/src/redone/integrations/discord/commands/Issues.java (+15 -0)

📄 Description

Bot Activity Now Displays Current Players Online(Updated Every Minute? don't really understand game ticks xD)
Fixed ::commands Command
Added HeatMap & Issues Commands


🔄 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/66 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 10/21/2019 **Status:** ✅ Merged **Merged:** 10/21/2019 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d589c83`](https://github.com/2006-Scape/2006Scape/commit/d589c839754641cbe8835413a7551f3afaf7f152) Discord Bot Update ### 📊 Changes **6 files changed** (+67 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/Server.java` (+2 -0) ➕ `2006Redone Server/src/redone/integrations/discord/DiscordActivity.java` (+26 -0) 📝 `2006Redone Server/src/redone/integrations/discord/JavaCord.java` (+3 -1) 📝 `2006Redone Server/src/redone/integrations/discord/commands/Commands.java` (+6 -4) ➕ `2006Redone Server/src/redone/integrations/discord/commands/HeatMap.java` (+15 -0) ➕ `2006Redone Server/src/redone/integrations/discord/commands/Issues.java` (+15 -0) </details> ### 📄 Description Bot Activity Now Displays Current Players Online(Updated Every Minute? don't really understand game ticks xD) Fixed ::commands Command Added HeatMap & Issues Commands --- <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-15 02:56:59 +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#293