From 4c804b3a85e2eee6dffc5a2bf0545814aaa12b95 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sun, 16 Jan 2022 13:30:47 -0500 Subject: rroles: Implement add and del Also abstract updating the menu into its own function --- src/models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models.rs') diff --git a/src/models.rs b/src/models.rs index 4b2e7bb..431204a 100644 --- a/src/models.rs +++ b/src/models.rs @@ -1,4 +1,4 @@ -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct ReactionRole { pub id: i32, pub channel_id: String, -- cgit v1.2.3