From be9f496777ab991bb9aa7df899c53ac5a7a06c22 Mon Sep 17 00:00:00 2001 From: caneleex Date: Mon, 29 Aug 2022 23:29:00 +0200 Subject: [PATCH] fix "interaction" typo --- disgo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disgo.go b/disgo.go index eba428c2..a9444b1a 100644 --- a/disgo.go +++ b/disgo.go @@ -1,4 +1,4 @@ -// Package disgo is a collection of packages to interaction with the Discord Bot and OAuth2 API. +// Package disgo is a collection of packages for interaction with the Discord Bot and OAuth2 API. // // Discord // @@ -30,7 +30,7 @@ // // Rest // -// Package rest is used to interaction with the Discord REST API. +// Package rest is used to interact with the Discord REST API. // // JSON //