Skip to content

[BUG] (Guild) Commands always update on startup, even if no changes have been made. #662

@EepyElvyra

Description

@EepyElvyra

Describe the bug.

Commands are synced, even if they should not be. This runs into particularly high rate limits when changing one command and all other commands are synced again.

Disabling synchronization is a temporal solution, but it fails when it comes to updating single commands.

List the steps.

  1. Import module
  2. Create guild command
  3. Start Bot
  4. Restart Bot -> Command is synced without change

What you expected.

  1. Import module
  2. Create guild command
  3. Start Bot
  4. Restart Bot -> Command is not synced if not changed

What you saw.

Check debug logs on startup; User reports on discord

What version of the library did you use?

unstable

Version specification

Any.

Code of Conduct

  • I agree to follow the contribution requirements.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions