File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,10 +264,10 @@ class Guild extends Base {
264264 if ( data . max_video_channel_users !== undefined ) {
265265 this . maxVideoChannelUsers = data . max_video_channel_users ;
266266 }
267- if ( data . guild . welcome_screen !== undefined ) {
267+ if ( data . welcome_screen !== undefined ) {
268268 this . welcomeScreen = {
269- description : data . guild . welcome_screen . description ,
270- welcomeChannels : data . guild . welcome_screen . welcome_channels && data . guild . welcome_screen . welcome_channels . map ( ( c ) => {
269+ description : data . welcome_screen . description ,
270+ welcomeChannels : data . welcome_screen . welcome_channels && data . welcome_screen . welcome_channels . map ( ( c ) => {
271271 return {
272272 channelID : c . channel ,
273273 description : c . description ,
You can’t perform that action at this time.
0 commit comments