[PR #3] [MERGED] Actual wrapper implementation! #125

Closed
opened 2026-02-15 15:55:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/3
Author: @Nicba1010
Created: 10/16/2017
Status: Merged
Merged: 10/16/2017
Merged by: @Nicba1010

Base: masterHead: master


📝 Commits (10+)

📊 Changes

11 files changed (+1233 additions, -100 deletions)

View changed files

.gitignore (+108 -0)
LICENSE (+504 -0)
api/__init__.py (+9 -0)
api/config.py (+92 -0)
api/request.py (+200 -0)
api/response.py (+95 -0)
api/result.py (+36 -0)
api/utils.py (+12 -0)
📝 bot.py (+138 -100)
bot_config.py (+30 -0)
utils.py (+9 -0)

📄 Description

No description provided


🔄 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/RPCS3/discord-bot/pull/3 **Author:** [@Nicba1010](https://github.com/Nicba1010) **Created:** 10/16/2017 **Status:** ✅ Merged **Merged:** 10/16/2017 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`6d200f0`](https://github.com/RPCS3/discord-bot/commit/6d200f0ef7946f234fb4c1b22239d6dcb8637a63) Something changed - [`123201c`](https://github.com/RPCS3/discord-bot/commit/123201c70cb8923496dab174b33c0ee4fde6395c) Fix - [`ce7f315`](https://github.com/RPCS3/discord-bot/commit/ce7f3151eb885313a87b7da8ec9ab7b8247e7ef8) Workspace + API progress - [`a97611a`](https://github.com/RPCS3/discord-bot/commit/a97611aee44551826c2f61f8f8c6a7154fffc3ed) Compat overhaul - [`ad52f19`](https://github.com/RPCS3/discord-bot/commit/ad52f19c0b1a57e73ab7e8798fce4235994b9974) Added !top function. - [`143ef0a`](https://github.com/RPCS3/discord-bot/commit/143ef0a52ea59aef2d2f3fde53b9ad130aa72fed) Final refactor of bot.py - [`54508cb`](https://github.com/RPCS3/discord-bot/commit/54508cb16106fb03a15f8b65ab9a41bea320b95d) Add greeting message - [`d8573dd`](https://github.com/RPCS3/discord-bot/commit/d8573ddd5dc3188a80679756b5d63b2d3a7d83fa) Add greeting message - [`b850570`](https://github.com/RPCS3/discord-bot/commit/b85057079af1e55516164c05fb0f77817256e3dc) Fix greeting format and channel - [`acf0225`](https://github.com/RPCS3/discord-bot/commit/acf0225b35036ec6c32cc5acb75440a42b154efb) Create LICENSE ### 📊 Changes **11 files changed** (+1233 additions, -100 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+108 -0) ➕ `LICENSE` (+504 -0) ➕ `api/__init__.py` (+9 -0) ➕ `api/config.py` (+92 -0) ➕ `api/request.py` (+200 -0) ➕ `api/response.py` (+95 -0) ➕ `api/result.py` (+36 -0) ➕ `api/utils.py` (+12 -0) 📝 `bot.py` (+138 -100) ➕ `bot_config.py` (+30 -0) ➕ `utils.py` (+9 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:07 -05:00
yindo closed this issue 2026-02-15 15:55:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#125