Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Fix bugs because no one else fixes them #209

Merged
merged 25 commits into from
Sep 16, 2021

Conversation

DRSchlaubi
Copy link
Contributor

@DRSchlaubi DRSchlaubi commented Aug 15, 2021

  • Optimize tag Database queries - Also query alias for auto-help tags - Increase tag column size since the message limit doesn't account for Markdown
  • Make use of ephemeral commands - Make autohelp find casting tag properly - Fix tag finding
  • Add BOM module gradle file
  • Bump dependencies
  • Fix dependency upgrade issues
  • Cleanup code
  • Add ability to delete command responses Co-authored-by: amejonah1200 amejonah@gmail.com
  • Update dependencies
  • Fetch Bot Guild correctly (Fix Null bei /info #205)
  • Add user avatar to /rank stats (Fix Profilbilder bei /rank stats #204)
  • Use components for paginator (Fix Use interactions for paginator #158)
  • Add logs to make das_ happy
  • Update merge-in for new changes
  • Automatically sanitize unmentionable names (Fix Auto detect illegal names #168)
  • Improve Hikari Config
  • Use coroutines for CSE

DRSchlaubi added 15 commits May 28, 2021 16:33
- Also query alias for auto-help tags
- Increase tag column size since the message limit doesn't account for Markdown
- Make autohelp find casting tag properly
- Fix tag finding
Co-authored-by: amejonah1200 <amejonah@gmail.com>
# Conflicts:
#	build.gradle.kts
#	src/main/kotlin/com/github/devcordde/devcordbot/Launcher.kt
#	src/main/kotlin/com/github/devcordde/devcordbot/command/context/Context.kt
#	src/main/kotlin/com/github/devcordde/devcordbot/command/impl/CommandClientImpl.kt
#	src/main/kotlin/com/github/devcordde/devcordbot/commands/general/TagCommand.kt
#	src/main/kotlin/com/github/devcordde/devcordbot/menu/Paginator.kt
#	src/main/kotlin/com/github/devcordde/devcordbot/util/_UtilExtensions.kt
@DRSchlaubi
Copy link
Contributor Author

DRSchlaubi commented Aug 15, 2021

This also supersedes #206 and #203

@dlsf dlsf added bug Something isn't working enhancement New feature or request labels Aug 16, 2021
@dlsf dlsf requested a review from a team August 16, 2021 09:48
JohnnyJayJay
JohnnyJayJay previously approved these changes Aug 28, 2021
- Use JDK 16
- Auto-cache gradle distributions
@dlsf dlsf merged commit 3818126 into devcordde:develop Sep 16, 2021
@DRSchlaubi DRSchlaubi deleted the feature/stuff branch September 16, 2021 14:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null bei /info Profilbilder bei /rank stats Auto detect illegal names Use interactions for paginator
3 participants