diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f12d55f --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +The official instance runs with ID [`1106701151774199858`](https://discord.com/users/1106701151774199858). + +As the project is proposed for international use the **abouts and all the interfaces must be in English**, but the +project itself is developed by the Russian organization, so the **in-code commentaries must be in Russian** to do not +obscure the development process. \ No newline at end of file diff --git a/source/discord-telegraph/main.go b/source/discord-telegraph/main.go index 57cec4d..b06500f 100644 --- a/source/discord-telegraph/main.go +++ b/source/discord-telegraph/main.go @@ -5,10 +5,10 @@ import ( "log" ) -// Token — an authorization token to Discord API for bots +// Token — токен авторизации к АПИ Дискорда для ботов var Token string -// Retrieve the passed arguments on run +// Получение аргументов к запуску func init() { flag.StringVar(&Token, "token", "", "Authorization token to Discord API for bots") flag.Parse() @@ -18,4 +18,4 @@ func main() { log.Println("Got the token:", Token) } -// TODO: Create and register an interaction command that creates an account on Telegraph +// TODO: Создать и зарегстрировать команду, которая регистрирует аккаунт на Телеграфе. Здесь нужна ключ-значение БД.