From 62e8ae869abb6ba494f974615763fcc383edb9db Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 15 Jan 2025 13:47:03 +0100 Subject: [PATCH] update invite link --- README.md | 2 +- config/config.exs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31feffa..0e41cfb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Plant ID Bot identifies plants from photos of their organs, passing to the [Plantnet API] for identification. This bot was written for [Sustainable Living Hub](https://discord.com/invite/gQU5yWg) -If you wish to invite this bot to your server, use [this link.](https://discord.com/api/oauth2/authorize?client_id=948227126094598204&permissions=19520&scope=bot) However, your server will be limited to a maximum of 10 identifications every 24h. It is strongly preferred that you host a version of this bot yourself and register for your own PlantNet API key. Details for this are later in this readme file. +If you wish to invite this bot to your server, use [this link.](https://discord.com/oauth2/authorize?client_id=948227126094598204) However, your server will be limited to a maximum of 10 identifications every 24h. It is strongly preferred that you host a version of this bot yourself and register for your own PlantNet API key. Details for this are later in this readme file. ### Features diff --git a/config/config.exs b/config/config.exs index c90513e..feaa049 100644 --- a/config/config.exs +++ b/config/config.exs @@ -7,8 +7,7 @@ config :plantid_discord_bot, image_path: "priv/static", plantnet_api_base_url: "https://my-api.plantnet.org/v2", source: "https://github.com/TheRealOwenRees/plantid-discord-bot", - invite: - "https://discord.com/api/oauth2/authorize?client_id=948227126094598204&permissions=19520&scope=bot" + invite: "https://discord.com/oauth2/authorize?client_id=948227126094598204" config :nostrum, ffmpeg: nil,