Fix errors from bumping dependencies
It now compiles but you still need to go through all the `//TODO:`s and update the values.
This commit is contained in:
parent
60ac0142e9
commit
bbe1ee264b
4 changed files with 151 additions and 293 deletions
|
|
@ -293,7 +293,7 @@ pub async fn invite_info(
|
|||
// TODO: set your own channel ID!
|
||||
|
||||
// log user name, id, guild name, id and url to channel
|
||||
serenity::ChannelId()
|
||||
serenity::ChannelId(00000000000000000)
|
||||
.send_message(ctx, |f| {
|
||||
f.embed(|e| {
|
||||
e.title("User requested invite info")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue