mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2026-01-28 12:34:31 +00:00
Compare commits
3 Commits
dbc33ce341
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8013b97c4b | ||
|
|
a64dde9dae | ||
|
|
146a3b9522 |
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3.11.1
|
uses: docker/setup-buildx-action@v3.12.0
|
||||||
id: buildx
|
id: buildx
|
||||||
with:
|
with:
|
||||||
install: true
|
install: true
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import logger from "./functions/logger"
|
|||||||
|
|
||||||
console.log('InsID-Bot ' + process.env.npm_package_version);
|
console.log('InsID-Bot ' + process.env.npm_package_version);
|
||||||
console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot');
|
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('');
|
console.log('');
|
||||||
|
|
||||||
logger('Bot', 'Starting');
|
logger('Bot', 'Starting');
|
||||||
|
|||||||
Reference in New Issue
Block a user