Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02a5180

Browse files
author
switchupcb
committed
update README
v10.0.0 closes #41
1 parent 07b2cc1 commit 02a5180

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@ _Check out the [examples](/_examples/) directory for more._
7272
Get a specific version of `disgo` by specifying a tag or branch.
7373

7474
```
75-
go get github.com/switchupcb/disgo@v0.10.1
75+
go get github.com/switchupcb/disgo@v10.0.0
7676
```
7777

7878
_Disgo branches are referenced by API version (i.e `v10`)._
7979

80-
_DISCLAIMER: `v0.10.1` is a pre-release version. For more information, read the [State of Disgo (v0.10.1)](https://github.com/switchupcb/disgo/discussions/40)._
81-
8280
### Configuration
8381

8482
**You must create a Discord Application in the [Discord Developer Portal](https://discord.com/developers/docs/getting-started#creating-an-app) to receive your Bot Token.**

_contribution/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ The repository contains a [README](/README.md), [Examples](/_examples/), [Code G
1818

1919
### Disgo
2020

21-
| Package | Description |
22-
| :------ | :---------------- |
23-
| wrapper | API Wrapper. |
24-
| cache | Cache. |
25-
| shard | Sharding Manager. |
26-
| tools | Utility Tools. |
21+
| Package | Description |
22+
| :------ | :------------- |
23+
| wrapper | API Wrapper. |
24+
| cache | Cache. |
25+
| shard | Shard Manager. |
26+
| tools | Utility Tools. |
2727

2828
_A **bundler** is used to package the API into a `disgo` package (`disgo.go`)_.
2929

_gen/coverage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Coverage Integration Test Generator
22

3-
Disgo contains an integration test that covers a majority of the Discord API to ensure feature-complete functionality. This test entails calling 100+ endpoints (requests) and dealing with respective events as necessary. The test is run in the CI/CD pipeline used to approve a build for production-usage. It can also be used by developers to debug issues. As a result, it's important to optimize this task in order to _minimize the amount of time spent running tests_ in any given workflow.
3+
Disgo contains an integration test that covers a majority of the Discord API to ensure feature-complete functionality. This test entails calling 60+ endpoints (requests) and dealing with respective events as necessary. The test is run in the CI/CD pipeline used to approve a build for production-usage. It can also be used by developers to debug issues. As a result, it's important to optimize this task in order to _minimize the amount of time spent running tests_ in any given workflow.
44

55
## Guide
66

0 commit comments

Comments
 (0)