-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dpy2.0 avatar fixes #206
Open
Skyridr
wants to merge
14
commits into
laggron42:dpy2.0
Choose a base branch
from
Skyridr:dpy2.0
base: dpy2.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dpy2.0 avatar fixes #206
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement all features including modlog message edition
Squashed commit of the following: commit 5fc15b8 Author: retke <[email protected]> Date: Thu Aug 18 14:02:42 2022 +0200 init: mistake in example commit 469d4fe Author: retke <[email protected]> Date: Thu Aug 18 14:02:27 2022 +0200 docs: well, docs commit bdae4fe Author: retke <[email protected]> Date: Thu Aug 18 11:54:32 2022 +0200 init: old data backup commit 424a268 Author: retke <[email protected]> Date: Thu Aug 18 11:54:17 2022 +0200 cog: wrap dev value in try/except commit 331cf4f Author: retke <[email protected]> Date: Thu Aug 18 10:44:36 2022 +0200 cog: add dev env values to config reload commit 7a669ab Author: retke <[email protected]> Date: Sun Jun 5 17:17:43 2022 +0200 instantcmd: register dev env values commit bcf5f79 Author: retke <[email protected]> Date: Sun Jun 5 16:57:45 2022 +0200 instantcmd: catch errors when creating instance commit a32ba24 Author: retke <[email protected]> Date: Wed Jun 1 19:33:29 2022 +0200 Add dev env values support commit 2c07ed7 Author: retke <[email protected]> Date: Wed Jun 1 19:01:00 2022 +0200 better handling of error messages commit f0e30bb Author: retke <[email protected]> Date: Wed Jun 1 18:39:10 2022 +0200 Reload saved code snippets on load commit 313b006 Author: retke <[email protected]> Date: Wed Jun 1 18:38:41 2022 +0200 Fix incorrect logger name commit a444771 Author: retke <[email protected]> Date: Wed Jun 1 18:05:41 2022 +0200 components: implement save and delete methods commit 9d5447f Author: retke <[email protected]> Date: Wed Jun 1 17:57:27 2022 +0200 core: add delete method commit ed02a48 Author: retke <[email protected]> Date: Wed Jun 1 17:55:17 2022 +0200 core: add config to parameters commit bb5f73c Author: retke <[email protected]> Date: Wed Jun 1 17:52:46 2022 +0200 command: use log.warning over log.warn commit 3cdeaca Author: retke <[email protected]> Date: Wed Jun 1 17:52:28 2022 +0200 components: fix a lot of stuff with interactions (it's hard) commit b452651 Author: retke <[email protected]> Date: Wed Jun 1 16:30:17 2022 +0200 components: OwnerOnlyView for all views Prevent any interaction from non owners commit a79fa09 Author: retke <[email protected]> Date: Wed Jun 1 16:29:23 2022 +0200 core: import modules in __init__ commit 2b7d0b2 Author: retke <[email protected]> Date: Tue May 31 20:31:34 2022 +0200 Begin work on 2.0 Yes it's a big af commit, don't judge me I'm already doing it More seriously, I'm vastly changing the code base, switching to object oriented stuff for the different functions, making it easier to add and support more objects. Oh and also, message components
user.avatar.url to user.avatar
self.user.avatar.url to self.user.avatar
fwiw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the changes
Simple avatar fixes, never tried this pull request before xD