Skip to content

Commit

Permalink
Apply modifications from version bump 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakurei committed Jul 5, 2023
1 parent 5af8d2d commit d0e3f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Gem](https://img.shields.io/gem/v/discordrb.svg)](https://rubygems.org/gems/discordrb)
[![Gem](https://img.shields.io/gem/dt/discordrb.svg)](https://rubygems.org/gems/discordrb)
[![Gem](https://img.shields.io/badge/docs-v3.4.0-979797.svg)](https://drb.shardlab.dev/v3.4.0/)
[![Gem](https://img.shields.io/badge/docs-v3.5.0-979797.svg)](https://drb.shardlab.dev/v3.5.0/)
[![Github Actions Rspec](https://github.com/shardlab/discordrb/actions/workflows/rspec.yml/badge.svg?branch=main&event=push)](https://github.com/shardlab/discordrb/actions/workflows/rspec.yml)
[![Github Actions Rubocop](https://github.com/shardlab/discordrb/actions/workflows/rubocop.yml/badge.svg?branch=main&event=push)](https://github.com/shardlab/discordrb/actions/workflows/rubocop.yml)
[![Inline docs](https://img.shields.io/badge/docs-main-979797.svg)](https://drb.shardlab.dev/main/)
Expand All @@ -21,7 +21,7 @@ An implementation of the [Discord](https://discord.com/) API using Ruby.
- [Development](https://github.com/shardlab/discordrb#development), [Contributing](https://github.com/shardlab/discordrb#contributing)
- [License](https://github.com/shardlab/discordrb#license)

See also: [Documentation](https://drb.shardlab.dev/v3.4.0/), [Tutorials](https://github.com/shardlab/discordrb/wiki)
See also: [Documentation](https://drb.shardlab.dev/v3.5.0/), [Tutorials](https://github.com/shardlab/discordrb/wiki)

## Introduction

Expand Down Expand Up @@ -140,7 +140,7 @@ If you've made an open source project on GitHub that uses discordrb, consider ad

Also included is a webhooks client, which can be used as a separate gem `discordrb-webhooks`. This special client can be used to form requests to Discord webhook URLs in a high-level manner.

- [`discordrb-webhooks` documentation](https://drb.shardlab.dev/v3.4.0/Discordrb/Webhooks.html)
- [`discordrb-webhooks` documentation](https://drb.shardlab.dev/v3.5.0/Discordrb/Webhooks.html)
- [More information about webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
- [Embed visualizer tool](https://leovoel.github.io/embed-visualizer/) - Includes a discordrb code generator for forming embeds

Expand Down

0 comments on commit d0e3f61

Please sign in to comment.