issues
search
sylphia-nox
/
Discord-Bot
Discord Bot to coordinate Destiny 2 raids and provide additional utilities for users to assist them in Destiny 2. This project is written in Python and makes use of MySQL, Discord.py, and the Bungie APIs
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump mysql-connector-python from 8.0.12 to 9.1.0
#98
dependabot[bot]
opened
3 weeks ago
0
Bump mysql-connector-python from 8.0.12 to 8.0.14
#97
dependabot[bot]
closed
3 weeks ago
1
Minor changes and bug fix
#96
sylphia-nox
closed
4 years ago
0
Optimization
#95
sylphia-nox
closed
4 years ago
0
Final enhancements and bug fixes
#94
sylphia-nox
closed
4 years ago
0
Cleanse command
#93
sylphia-nox
closed
4 years ago
0
Error when trying to join a raid that does not exist
#92
sylphia-nox
closed
4 years ago
0
Added manifest updates to loop cog and fixed purge Oauth command.
#91
sylphia-nox
closed
4 years ago
0
enhance customer error messaging to be chained exceptions for better troubleshooting. https://stackoverflow.com/questions/38824798/python-how-to-catch-inner-exception-of-exception-chain
#90
sylphia-nox
closed
4 years ago
0
add some owner commands for things like checking connected servers.
#89
sylphia-nox
closed
4 years ago
0
Added optimize command and Google Cloud Platform integration
#88
sylphia-nox
closed
4 years ago
0
Fixing optimize_armor
#87
sylphia-nox
closed
4 years ago
0
Multi server setup
#86
sylphia-nox
closed
4 years ago
0
Add my_power and my_next_power commands
#85
sylphia-nox
closed
4 years ago
0
Add checks on delete message sections to check if the channel is a DM channel, or just use a try, except block.
#84
sylphia-nox
closed
4 years ago
0
Make bot only respond to messages in server, not DMs (except for the ~raid command)
#83
sylphia-nox
closed
4 years ago
0
Have bot check to make sure it has proper permissions in a server.
#82
sylphia-nox
closed
4 years ago
0
Change Raid_plan db tables, add new column for id that is not the primary key, add in Server (guild) column, and optional text column.
#81
sylphia-nox
closed
4 years ago
0
Change all helper commands to check on raid ID and server ID.
#80
sylphia-nox
closed
4 years ago
0
Have raid message post in per server raid channel or default to posting in same channel (could be issue with how I get message IDs currently, may need to also add channel ID to raid plan if I go this route)
#79
sylphia-nox
closed
4 years ago
0
Create Administrator only command to configure admin role ID.
#78
sylphia-nox
closed
4 years ago
0
Create administrator only command to configure raid channel.
#77
sylphia-nox
closed
4 years ago
0
Multi server setup
#76
sylphia-nox
closed
4 years ago
0
Change permissions to check based on server settings (possibly hardest task)
#75
sylphia-nox
closed
4 years ago
0
Change how raids are created to allow async functionality with multiple users creating raids.
#74
sylphia-nox
closed
4 years ago
0
Add security checks.
#73
sylphia-nox
closed
4 years ago
0
Add oauth workflow
#72
sylphia-nox
closed
4 years ago
0
Handle errors for bot trying to delete stuff in DM channel
#71
sylphia-nox
closed
4 years ago
0
Get cert for Flask server
#70
sylphia-nox
closed
4 years ago
0
Setup bot to be able to be used on multiple servers
#69
sylphia-nox
closed
4 years ago
0
Add OAuth to get requests for ~power and ~next_power commands
#68
sylphia-nox
closed
4 years ago
0
Enhance server.py to get profile info and display that on the success page.
#67
sylphia-nox
closed
4 years ago
0
Added REST API server to handle OAuth
#66
sylphia-nox
closed
4 years ago
0
Postmaster notification if you are almost full.
#65
sylphia-nox
opened
4 years ago
0
Bringing branch up to current level
#64
sylphia-nox
closed
4 years ago
0
Discord embeds
#63
sylphia-nox
closed
4 years ago
0
Add needed DB table(s) for storing OATH credentials
#62
sylphia-nox
closed
4 years ago
0
Setup ~authenticate command
#61
sylphia-nox
closed
4 years ago
0
Setup FLASK to handle OATH Redirect.
#60
sylphia-nox
closed
4 years ago
0
Use https://leovoel.github.io/embed-visualizer/ to make returns look nicer.
#59
sylphia-nox
closed
4 years ago
0
Use AioHTTP instead of requests for API calls
#58
sylphia-nox
opened
4 years ago
0
Add optional message to ~raid setup.
#57
sylphia-nox
closed
4 years ago
0
Added optional platform argument and made code more pytonic
#56
sylphia-nox
closed
4 years ago
0
Come up with some plan to handle rotation pinnacles such as Iron Banner and event pinnacles
#55
sylphia-nox
opened
4 years ago
1
Update destiny_api_cogs.py
#54
sylphia-nox
closed
4 years ago
0
add optional argument to power command to allow users to specify which platform they want to use to search (steam, ps4, xbox)
#53
sylphia-nox
closed
4 years ago
0
~Next_power command
#52
sylphia-nox
closed
4 years ago
0
Update wiki to reflect current bot commands and requirements
#51
sylphia-nox
opened
4 years ago
0
Change for loops to be more pythonic, I have a lot of for i in range that should be for i, item in enumeration(list)
#50
sylphia-nox
closed
4 years ago
0
Add enhanced checking for looking up member IDs to search for exact match
#49
sylphia-nox
closed
4 years ago
0
Next