Code Duplication    Length = 15-18 lines in 2 locations

cogs/utilscog.py 2 locations

@@ 221-238 (lines=18) @@
218
                print(ValueError)
219
        await guides_channel.send(bot_guide)
220
221
    @staticmethod
222
    async def update_spoofing_guides(guides_channel):
223
        embed = discord.Embed(title="SPOOFING GUIDES", color=0x878a00)
224
        embed.add_field(name="__Recommended Fake GPS App for Android users__",
225
                        value="https://play.google.com/store/apps/details?id=com.theappninjas.fakegpsjoystick",
226
                        inline=False)
227
        embed.add_field(name="__Recommended Fake GPS App for iOS users__",
228
                        value="https://www.thinkskysoft.com/itools", inline=False)
229
        embed.add_field(name="Recommended android emulator for Windows and Mac",
230
                        value="https://www.bignox.com", inline=False)
231
        embed.add_field(name="YT Guide for Fake GPS Location recommended app (by @ChampattioNonNightMareMare)",
232
                        value="https://www.youtube.com/watch?v=wU7qOLEm7qQ", inline=False)
233
        embed.add_field(name="YT Guide for GPS spoofing with iTools (by @Loonasek)",
234
                        value="https://www.youtube.com/watch?v=1M8jq3JNAMM", inline=False)
235
        embed.add_field(name="Nox guide for creating macro and keyboard mapping; "
236
                             "it can help in automatically making potion, fight, blocks signs etc.",
237
                        value="https://support.bignox.com/en/keyboard/macro1", inline=False)
238
        await guides_channel.send(embed=embed)
239
240
    @staticmethod
241
    async def update_game_guides(guides_channel):
@@ 240-254 (lines=15) @@
237
                        value="https://support.bignox.com/en/keyboard/macro1", inline=False)
238
        await guides_channel.send(embed=embed)
239
240
    @staticmethod
241
    async def update_game_guides(guides_channel):
242
        embed = discord.Embed(title="GAME GUIDES", color=0x8a3c00)
243
        embed.add_field(name="__Game Wiki__",
244
                        value="https://witcher.fandom.com/wiki/The_Witcher_Monster_Slayer_bestiary", inline=False)
245
        embed.add_field(name="Great sheet for checking monster spawn conditions(credit to @TaraxGoat))",
246
                        value="https://docs.google.com/spreadsheets/d/"
247
                              "148qPGW9oYOaYAzpk_a06u2FBnw9rZzAmBZ6AxWFrryI/edit#gid=2093943306", inline=False)
248
        embed.add_field(name="Advanced Combat guide", value="https://www.youtube.com/watch?v=-D0wIzwxp0Y", inline=False)
249
        embed.add_field(name="Guide to the game quests",
250
                        value="https://docs.google.com/document/d/"
251
                              "1vK1HfJlglTluNdypzH3XbQDi0vgJ0SNi2lUHbk3lqcE/edit", inline=False)
252
        embed.add_field(name="Recommended Skill Tree (by @Sagar)",
253
                        value="https://pasteboard.co/LYjVo2u1aIDt.jpg", inline=False)
254
        await guides_channel.send(embed=embed)
255
256
    @staticmethod
257
    async def update_useful_guides(guides_channel):