Initial add of discord.go to be used for higher level functions
This commit is contained in:
parent
141da94538
commit
10044d50e8
1 changed files with 16 additions and 0 deletions
16
discord.go
Normal file
16
discord.go
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
// Discordgo - Go bindings for Discord
|
||||||
|
// Available at https://github.com/bwmarrin/discordgo
|
||||||
|
|
||||||
|
// Copyright 2015 Bruce Marriner <bruce@sqls.net>. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// This file contains high level helper functions and easy entry points for the
|
||||||
|
// entire discordgo package. These functions are beling developed and are very
|
||||||
|
// experimental at this point. They will most likley change so please use the
|
||||||
|
// low level functions if that's a problem.
|
||||||
|
|
||||||
|
// package discordgo provides Go bindings for Discord
|
||||||
|
package discordgo
|
||||||
|
|
||||||
|
// TODO add easy to use high level helper functions
|
Loading…
Reference in a new issue