mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
updoot
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
const { ShardingManager } = require('discord.js');
|
||||
const { token } = require('./config');
|
||||
const Manager = new ShardingManager('./XiaoBot.js', { token });
|
||||
Manager.spawn();
|
||||
Reference in New Issue
Block a user