forked from cadence/out-of-your-element
Handle user creation for Clyde AI
This commit is contained in:
parent
fa68b877f6
commit
b9ec28a5ad
3 changed files with 32 additions and 3 deletions
17
test/data.js
17
test/data.js
|
@ -183,6 +183,23 @@ module.exports = {
|
|||
safety_alerts_channel_id: null
|
||||
}
|
||||
},
|
||||
user: {
|
||||
clyde_ai: {
|
||||
id: "1081004946872352958",
|
||||
username: "clyde",
|
||||
avatar: "a_6170487d32fdfe9f988720ad80e6ab8c",
|
||||
discriminator: "0000",
|
||||
public_flags: 0,
|
||||
premium_type: 2,
|
||||
flags: 0,
|
||||
bot: true,
|
||||
banner: null,
|
||||
accent_color: null,
|
||||
global_name: "Clyde",
|
||||
avatar_decoration_data: null,
|
||||
banner_color: null
|
||||
}
|
||||
},
|
||||
member: {
|
||||
kumaccino: {
|
||||
avatar: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue