BREAKING CHANGE: plugin names are now normalized; manual updates required
This commit is contained in:
@@ -74,4 +74,4 @@ export default async function ({ msg, api }) {
|
|||||||
} else {
|
} else {
|
||||||
await api.send(num > numero ? t("lower") : t("higher"));
|
await api.send(num > numero ? t("lower") : t("higher"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4,4 +4,4 @@
|
|||||||
"category": "games",
|
"category": "games",
|
||||||
"service": false,
|
"service": false,
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"lastUpdated": "2026-04-15T00:07:30.616Z",
|
"lastUpdated": "2026-04-17T19:02:06.357Z",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"a": {
|
"a": {
|
||||||
"name": "a",
|
"name": "a",
|
||||||
|
|||||||
Reference in New Issue
Block a user