mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #3] [MERGED] Actual wrapper implementation! #125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (10+)
6d200f0Something changed123201cFixce7f315Workspace + API progressa97611aCompat overhaulad52f19Added !top function.143ef0aFinal refactor of bot.py54508cbAdd greeting messaged8573ddAdd greeting messageb850570Fix greeting format and channelacf0225Create LICENSE📊 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.