mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 15:06:41 +07:00
initial
This commit is contained in:
commit
ddefc2743a
21 changed files with 873 additions and 0 deletions
9
src/service/vk/index.ts
Normal file
9
src/service/vk/index.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { VkConfig } from './types';
|
||||
|
||||
export class VkService {
|
||||
constructor(private config: VkConfig) {
|
||||
if (!config.groups.length) {
|
||||
throw new Error('No vk groups to handle. Specify them in config')
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue