Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
18ae309d93 | |||
b1bf4ca7a7 | |||
54e484885b | |||
1d5d1bc1d3 | |||
81be20e43d | |||
8f7d4c41bb | |||
5f3de84ce1 | |||
040825e251 |
3 changed files with 19 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
*The official instance runs with ID https://discord.com/users/1106701151774199858[`1106701151774199858`].*
|
||||
*The official test instance periodically runs with ID https://discord.com/users/1106701151774199858[`1106701151774199858`].*
|
||||
|
||||
As the project is proposed for international use, *all the abouts and all the interfaces must be in English*, but the
|
||||
project itself is developed by a Russian organization, so the *in-code commentaries and commits must be in Russian* to not
|
||||
obscure the development process. Read more at link:contributing.adoc[`contributing.adoc`].
|
||||
*All the abouts and all the interfaces must be in English* as the project is proposed for international use, but the project itself is developed by a Russian organization, so the *in-code commentaries and commits must be in Russian* to not obscure the development process. Read more at link:contributing.adoc[`contributing.adoc`].
|
||||
|
||||
*The source code is licensed under CC0* as no one of the contributors has the resources to defend the author's rights. Read more at link:license.adoc[`license.adoc`].
|
||||
|
|
15
source/go.mod
Normal file
15
source/go.mod
Normal file
|
@ -0,0 +1,15 @@
|
|||
module github.com/zaboal-org/discord-telegraph
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/anonyindian/telegraph-go v1.2.2
|
||||
github.com/bwmarrin/discordgo v0.27.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
||||
)
|
Loading…
Add table
Reference in a new issue