There was an error while loading. Please reload this page. This repository contains a small Discord bot that automatically moves voice members to an AFK voice channel ...
def carregar_dados(): if os.path.exists(ARQUIVO): with open(ARQUIVO, 'r', encoding='utf-8') as f: return defaultdict(int, {int(k): v for k, v in json.load(f).items ...