aboutsummaryrefslogtreecommitdiff
path: root/pkg/discord/discord.go
blob: 504ea6008536830a8e7d14240ce9ac4c561c0fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

package discord

func Do() {
	SetupBot()
	CleanupCommands()
	SetupCommands()

	select {}
}