Code Duplication    Length = 15-18 lines in 2 locations

cogs/utilscog.py 2 locations

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