diff options
| author | Austin Hellyer <[email protected]> | 2016-11-10 15:26:14 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-10 15:26:14 -0800 |
| commit | b70b71101255ee1a21f8299fb2264fed5477dccd (patch) | |
| tree | 67dedd4ac0ae6a765cb3618db45b299e2cbbeb25 /src | |
| parent | slice_patterns is not stable (diff) | |
| download | serenity-b70b71101255ee1a21f8299fb2264fed5477dccd.tar.xz serenity-b70b71101255ee1a21f8299fb2264fed5477dccd.zip | |
Fix ratelimit bucket for start_integration_sync
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/http/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/http/mod.rs b/src/client/http/mod.rs index a16e6b0..1b43e9a 100644 --- a/src/client/http/mod.rs +++ b/src/client/http/mod.rs @@ -1029,7 +1029,7 @@ pub fn start_guild_prune(guild_id: u64, map: Value) pub fn start_integration_sync(guild_id: u64, integration_id: u64) -> Result<()> { - verify(204, request!(Route::GuildsIdIntegrationsId(guild_id), + verify(204, request!(Route::GuildsIdIntegrationsIdSync(guild_id), post, "/guilds/{}/integrations/{}", guild_id, |