From cc26341e92190debd7c8683c11452c57dbd08270 Mon Sep 17 00:00:00 2001 From: TopiSenpai Date: Wed, 23 Mar 2022 12:15:52 +0100 Subject: [PATCH] update org name --- README.md | 12 ++++++------ go.mod | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d77c6a3..3779063 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Go Reference](https://pkg.go.dev/badge/github.com/DisgoOrg/snowflake.svg)](https://pkg.go.dev/github.com/DisgoOrg/disgo) -[![Go Version](https://img.shields.io/github/go-mod/go-version/DisgoOrg/snowflake)](https://golang.org/doc/devel/release.html) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/DisgoOrg/disgo/blob/master/LICENSE) -[![Disgo Version](https://img.shields.io/github/v/tag/DisgoOrg/snowflake?label=release)](https://github.com/DisgoOrg/snowflake/releases/latest) +[![Go Reference](https://pkg.go.dev/badge/github.com/disgoorg/snowflake.svg)](https://pkg.go.dev/github.com/disgoorg/disgo) +[![Go Version](https://img.shields.io/github/go-mod/go-version/disgoorg/snowflake)](https://golang.org/doc/devel/release.html) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/disgo/blob/master/LICENSE) +[![Disgo Version](https://img.shields.io/github/v/tag/disgoorg/snowflake?label=release)](https://github.com/disgoorg/snowflake/releases/latest) [![Disgo Discord](https://discord.com/api/guilds/817327181659111454/widget.png)](https://discord.gg/TewhTfDpvW) # snowflake @@ -12,7 +12,7 @@ This package provides a custom `snowflake` type which has various utility method ### Installing ```sh -go get github.com/DisgoOrg/snowflake +go get github.com/disgoorg/snowflake ``` ## Usage @@ -52,4 +52,4 @@ id = GetSnowflakeEnv("guild_id") ## License -Distributed under the [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/DisgoOrg/snowflake/blob/master/LICENSE). See LICENSE for more information. +Distributed under the [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/snowflake/blob/master/LICENSE). See LICENSE for more information. diff --git a/go.mod b/go.mod index 850363b..8295650 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/DisgoOrg/snowflake +module github.com/disgoorg/snowflake go 1.18