Compare commits

...

2 Commits

Author SHA1 Message Date
2318b2d22b Update version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-09-12 17:40:27 +00:00
cdd83f27eb Fix bot lint 2022-09-12 17:40:16 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<div class="hr-sect">{{ _("OR") }}</div>
<a class="button"
target="_blank"
href="https://discord.com/api/oauth2/authorize?client_id={{ client.user.id }}&permissions=536870912&scope=bot">
href="https://discord.com/api/oauth2/authorize?client_id={{ client.user.id }}&permissions=8589934592&scope=bot">
{{ _("Add the bot on your server") }}
</a>
<ul>

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "divent"
version = "1.0.4"
version = "1.0.5"
description = "The discord scheduled event calendar generator"
authors = ["Xéfir Destiny"]
license = "WTFPL"