Compare commits

..

No commits in common. "2318b2d22b67e611b19c52296a35d7df1f481aba" and "d140fe964a68ef5340ad7e43aa05d0a2a6f14223" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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