mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2026-01-28 20:44:31 +00:00
Compare commits
5 Commits
8bf0601058
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8013b97c4b | ||
|
|
a64dde9dae | ||
|
|
146a3b9522 | ||
|
|
dbc33ce341 | ||
|
|
d1f77e97a5 |
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.11.1
|
||||
uses: docker/setup-buildx-action@v3.12.0
|
||||
id: buildx
|
||||
with:
|
||||
install: true
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group
|
||||
Copyright (c) 2024-2026 Verkkopeliyhdistys Insomnia ry & Warén Group
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.25.0"
|
||||
"discord.js": "^14.25.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.1.2",
|
||||
@@ -244,9 +244,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/discord.js": {
|
||||
"version": "14.25.0",
|
||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.25.0.tgz",
|
||||
"integrity": "sha512-9rnJWTAkfauKTieYJ3oI4oncrSzpbJPWN1/XU+2H6wsHQPtqbOrXvgM0nFhSVnIbTo7nfUF7fzcYRevvRGjpzA==",
|
||||
"version": "14.25.1",
|
||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.25.1.tgz",
|
||||
"integrity": "sha512-2l0gsPOLPs5t6GFZfQZKnL1OJNYFcuC/ETWsW4VtKVD/tg4ICa9x+jb9bkPffkMdRpRpuUaO/fKkHCBeiCKh8g==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^1.13.0",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"private": true,
|
||||
"homepage": "https://insomnia.fi",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.25.0"
|
||||
"discord.js": "^14.25.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.1.2",
|
||||
|
||||
@@ -3,7 +3,7 @@ import logger from "./functions/logger"
|
||||
|
||||
console.log('InsID-Bot ' + process.env.npm_package_version);
|
||||
console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot');
|
||||
console.log('(c)2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group');
|
||||
console.log('(c)2024-2026 Verkkopeliyhdistys Insomnia ry & Warén Group');
|
||||
console.log('');
|
||||
|
||||
logger('Bot', 'Starting');
|
||||
|
||||
Reference in New Issue
Block a user