mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-04 22:14:30 +00:00
5 lines
189 B
Go
5 lines
189 B
Go
|
// Package discord provides common structures that the whole repository uses. It
|
||
|
// does not (and should not) contain API-specific structures, or WS-specific
|
||
|
// structures.
|
||
|
package discord
|