You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- as #181 points out we can remove the (deprecated) snekfetch and fully remove a need for fetch modules due to canvas accepting URLS directly. - mark tips where appropriate - close #181
@@ -288,7 +284,9 @@ client.on('guildMemberAdd', async member => {
288
284
289
285

290
286
287
+
::: tip
291
288
If you get an error like `Fontconfig error: Cannot load default config file`, it means you do not have any fonts installed on your system. On Linux, you can run the following command to fix this: `sudo apt-get install fontconfig`. This might also need to be installed if you see boxes where the text should be. As for Windows, you will need to find a way to install fonts.
289
+
:::
292
290
293
291
You may have noticed or considered that if a member's username is too long, then the output won't be quite nice. This is because the text overflows out of the canvas, and you don't have any measures in place for that. Let's take care of this issue!
294
292
@@ -333,8 +331,7 @@ client.on('guildMemberAdd', async member => {
0 commit comments