Skip to content

Commit 24d984c

Browse files
committed
fix: rubocop
1 parent 08b1cb3 commit 24d984c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/discordrb/api/application.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def delete_application_emoji(token, application_id, emoji_id)
276276
)
277277
end
278278

279-
280279
# Edit the current application for the requesting bot user.
281280
# https://discord.com/developers/docs/resources/application#edit-current-application
282281
def update_current_application(token, custom_install_url = :undef, description = :undef, role_connections_verification_url = :undef, install_params = :undef, integration_types_config = :undef, flags = :undef, interactions_endpoint_url = :undef, tags = :undef, event_webhooks_url = :undef, event_webhooks_status = :undef, event_webhooks_types = :undef, icon = :undef, cover_image = :undef)

0 commit comments

Comments
 (0)