Remove deprecated methods, other small fixes.

This commit is contained in:
Syfaro 2021-12-03 21:16:31 -05:00
parent 3834565c35
commit 24489300ee
4 changed files with 31 additions and 41 deletions

View file

@ -809,13 +809,6 @@ func NewStopPoll(chatID int64, messageID int) StopPollConfig {
}
}
// NewSendDice allows you to send a random dice roll.
//
// Deprecated: Use NewDice instead.
func NewSendDice(chatID int64) DiceConfig {
return NewDice(chatID)
}
// NewDice allows you to send a random dice roll.
func NewDice(chatID int64) DiceConfig {
return DiceConfig{