Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pukimaa committed Dec 2, 2022
2 parents 86d33f8 + 71a34e4 commit 1631f22
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/crowdin.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"project": {
"name": "Tako",
"description": "A multipurpose Discord bot for everything",
"version": "0.1.4"
"version": "0.1.5"
}
}
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

<a name="0.1.5"></a>
## 0.1.5 (2022-12-02)

### Changed

- 👽 update crowdin link in activity [[fdfbbaf](https://github.com/tako-discord/tako/commit/fdfbbaf2ebd545941e8b3c85a0fe870568923c69)]

### Removed

- 🔥 remove crowding gh-action [[e34f20b](https://github.com/tako-discord/tako/commit/e34f20b9ff1714f92db5f3a6f2365a5307f6f14c)]

### Miscellaneous

- 🩹 fixed the webhook syle [[48eb52c](https://github.com/tako-discord/tako/commit/48eb52c92eb4b1b99fa0b8a189a26427f210658d)]


<a name="0.1.4"></a>
## 0.1.4 (2022-12-02)

Expand All @@ -8,6 +24,18 @@
- ✨ added autotranslate styles [[c490624](https://github.com/tako-discord/tako/commit/c490624334671808903e75b4529c22c52f7d9bb2)]


<a name="0.1.3"></a>
## 0.1.3 (2022-12-02)

### Fixed

- 🐛 fix owner check not working due to missing params [[a846938](https://github.com/tako-discord/tako/commit/a8469381ce0971ce73458eb4bcc8e15e96fe2898)]

### Miscellaneous

- 👷 add crowding gh-action [[b637e51](https://github.com/tako-discord/tako/commit/b637e51c3d41a24c24b8a9558cf0388c499ad086)]


<a name="0.1.3"></a>
## 0.1.3 (2022-12-02)

Expand Down Expand Up @@ -65,4 +93,3 @@

- 🎉 Initial Commit (Public Beta) [[5b6cf55](https://github.com/tako-discord/tako/commit/5b6cf5562f42daa636966d25a1d87c4a9d4fc47a)]


2 changes: 1 addition & 1 deletion TakoBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def presence_update(self):
"type": discord.ActivityType.playing,
},
{
"name": "translate at translate.tako.rocks",
"name": "translate at translate.tako-bot.com",
"type": discord.ActivityType.playing,
},
]
Expand Down
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project_id: '515826'
base_path: .
base_url: 'https://api.crowdin.com'
commit_message: "\UF09F8C90ŸŒ Updated %langua"
commit_message: "🌐 updated %two_letters_code%"
append_commit_message:
preserve_hierarchy: 1
files:
Expand Down

0 comments on commit 1631f22

Please sign in to comment.